summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/phy.h
diff options
context:
space:
mode:
authorJouni Malinen <jouni.malinen@atheros.com>2009-03-02 17:15:53 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-03-05 20:39:38 +0100
commite0caf9eaae5182ab4e02a5d703ade64719738f87 (patch)
tree7009cf60091d2c403ac4479044c2da067ce8a3ab /drivers/net/wireless/ath9k/phy.h
parentath9k: Document keycache operations (diff)
downloadlinux-e0caf9eaae5182ab4e02a5d703ade64719738f87.tar.xz
linux-e0caf9eaae5182ab4e02a5d703ade64719738f87.zip
ath9k: Remove unused key xoring
This is not used anywhere in ath9k and is just making the code more confusing. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/phy.h')
-rw-r--r--drivers/net/wireless/ath9k/phy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/phy.h b/drivers/net/wireless/ath9k/phy.h
index 3dbdd54be4e9..6222e32c7748 100644
--- a/drivers/net/wireless/ath9k/phy.h
+++ b/drivers/net/wireless/ath9k/phy.h
@@ -559,8 +559,6 @@ bool ath9k_hw_init_rf(struct ath_hw *ah,
} \
} while (0)
-#define ATH9K_KEY_XOR 0xaa
-
#define ATH9K_IS_MIC_ENABLED(ah) \
((ah)->sta_id1_defaults & AR_STA_ID1_CRPT_MIC_ENABLE)