]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.38.8/ath9k_hw-fix-sta-connection-issues-with-ar9380-xb113.patch
Fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 2.6.38.8 / ath9k_hw-fix-sta-connection-issues-with-ar9380-xb113.patch
CommitLineData
731b282b
GKH
1From be0e6aa5a0c487a2a0880dda8bc70f7f1860fc39 Mon Sep 17 00:00:00 2001
2From: Senthil Balasubramanian <senthilkumar@atheros.com>
3Date: Thu, 12 May 2011 16:24:28 +0530
4Subject: ath9k_hw: Fix STA connection issues with AR9380 (XB113).
5
6From: Senthil Balasubramanian <senthilkumar@atheros.com>
7
8commit be0e6aa5a0c487a2a0880dda8bc70f7f1860fc39 upstream.
9
10XB113 (AR9380) 3x3 SB 5G only cards were failing to connect to APs
11due to incorrect xpabiaslevel configuration. fix it.
12
13Cc: Ray Li <ray.li@greenwavereality.com>
14Cc: Kathy Giori <kathy.giori@atheros.com>
15Cc: Aeolus Yang <aeolus.yang@atheros.com>
16Cc: compat@orbit-lab.org
17Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
18Signed-off-by: John W. Linville <linville@tuxdriver.com>
19Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
20
21---
22 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
26+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
27@@ -922,7 +922,7 @@ static const struct ar9300_eeprom ar9300
28 .db_stage2 = {3, 3, 3}, /* 3 chain */
29 .db_stage3 = {3, 3, 3}, /* doesn't exist for 2G */
30 .db_stage4 = {3, 3, 3}, /* don't exist for 2G */
31- .xpaBiasLvl = 0,
32+ .xpaBiasLvl = 0xf,
33 .txFrameToDataStart = 0x0e,
34 .txFrameToPaOn = 0x0e,
35 .txClip = 3, /* 4 bits tx_clip, 4 bits dac_scale_cck */