summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ath5k/ath5k_pcu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/net/ath5k/ath5k_pcu.c')
-rw-r--r--src/drivers/net/ath5k/ath5k_pcu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/ath5k/ath5k_pcu.c b/src/drivers/net/ath5k/ath5k_pcu.c
index 1e90a94e..d3e144c4 100644
--- a/src/drivers/net/ath5k/ath5k_pcu.c
+++ b/src/drivers/net/ath5k/ath5k_pcu.c
@@ -520,7 +520,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));