aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>2012-04-13 03:46:33 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-04-16 14:38:41 -0400
commit3e5217e2e8cf42b332d2df5cee8dabd0e3f7c6e3 (patch)
tree3209f70fb137f2e2ce50e0af6b5001ef4f59bc01 /drivers/net/wireless
parent579b0637647de6e03e5707b32eb7c2ce56cc0f27 (diff)
ath9k: fix ibss fair beacon distribution for AR9462
Update AR9462 initval to fix unbalance beacon distribution in Ad-Hoc network. Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h b/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h
index b39870ce3f2e..1d6658e139b5 100644
--- a/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h
+++ b/drivers/net/wireless/ath/ath9k/ar9462_2p0_initvals.h
@@ -1115,9 +1115,9 @@ static const u32 ar9462_2p0_mac_core[][2] = {
1115 {0x000081f8, 0x00000000}, 1115 {0x000081f8, 0x00000000},
1116 {0x000081fc, 0x00000000}, 1116 {0x000081fc, 0x00000000},
1117 {0x00008240, 0x00100000}, 1117 {0x00008240, 0x00100000},
1118 {0x00008244, 0x0010f400}, 1118 {0x00008244, 0x0010f424},
1119 {0x00008248, 0x00000800}, 1119 {0x00008248, 0x00000800},
1120 {0x0000824c, 0x0001e800}, 1120 {0x0000824c, 0x0001e848},
1121 {0x00008250, 0x00000000}, 1121 {0x00008250, 0x00000000},
1122 {0x00008254, 0x00000000}, 1122 {0x00008254, 0x00000000},
1123 {0x00008258, 0x00000000}, 1123 {0x00008258, 0x00000000},