summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/pcu.c
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2009-04-25 14:09:23 +0200
committerJohn W. Linville <linville@tuxdriver.com>2009-05-06 15:14:41 -0400
commitded7a7eaab2a39b7b5c36a2ec3be46f6ebcedba5 (patch)
tree5ad1852b9ca14c8dd6e1c7f7e864bb11989464ac /drivers/net/wireless/ath/ath5k/pcu.c
parentaeca78b9b094d00cccca39e9a1055c74ad83ea69 (diff)
downloadlinux-3.10-ded7a7eaab2a39b7b5c36a2ec3be46f6ebcedba5.tar.gz
linux-3.10-ded7a7eaab2a39b7b5c36a2ec3be46f6ebcedba5.tar.bz2
linux-3.10-ded7a7eaab2a39b7b5c36a2ec3be46f6ebcedba5.zip
ath5k: 5211, don't crypt every protected frame
Set null key type even on ar5211, otherwise it en/decrypts every frame with protected bit set which renders the card unusable on encrypted networks. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Luis R. Rodriguez <lrodriguez@atheros.com> Cc: Bob Copeland <me@bobcopeland.com> Acked-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/pcu.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/pcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c
index 55122f1e198..5f07e876d4b 100644
--- a/drivers/net/wireless/ath/ath5k/pcu.c
+++ b/drivers/net/wireless/ath/ath5k/pcu.c
@@ -1003,7 +1003,7 @@ int ath5k_hw_reset_key(struct ath5k_hw *ah, u16 entry)
* Note2: Windows driver (ndiswrapper) sets this to
* 0x00000714 instead of 0x00000007
*/
- if (ah->ah_version > AR5K_AR5211) {
+ if (ah->ah_version >= AR5K_AR5211) {
ath5k_hw_reg_write(ah, AR5K_KEYTABLE_TYPE_NULL,
AR5K_KEYTABLE_TYPE(entry));