summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-10 15:26:06 +0200
committerBen Hutchings <ben@decadent.org.uk>2013-04-25 20:25:41 +0100
commitdffca0373f691c6e94f80c1a53035aa57e974ba8 (patch)
tree9697af0b154370bd7eac53c160decebef734e4b1
parentb53f79a60316588883bce7b66b6991220c8b7be3 (diff)
downloadlinux-stable-dffca0373f691c6e94f80c1a53035aa57e974ba8.tar.gz
linux-stable-dffca0373f691c6e94f80c1a53035aa57e974ba8.tar.bz2
linux-stable-dffca0373f691c6e94f80c1a53035aa57e974ba8.zip
ath9k_hw: change AR9580 initvals to fix a stability issue
commit f09a878511997c25a76bf111a32f6b8345a701a5 upstream. The hardware parsing of Control Wrapper Frames needs to be disabled, as it has been causing spurious decryption error reports. The initvals for other chips have been updated to disable it, but AR9580 was left out for some reason. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h b/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h
index 06b3f0df9fad..c16bea40cf36 100644
--- a/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h
+++ b/drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h
@@ -648,7 +648,7 @@ static const u32 ar9580_1p0_mac_core[][2] = {
{0x00008258, 0x00000000},
{0x0000825c, 0x40000000},
{0x00008260, 0x00080922},
- {0x00008264, 0x9bc00010},
+ {0x00008264, 0x9d400010},
{0x00008268, 0xffffffff},
{0x0000826c, 0x0000ffff},
{0x00008270, 0x00000000},