diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-03-02 11:15:53 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-05 14:39:38 -0500 |
commit | e0caf9eaae5182ab4e02a5d703ade64719738f87 (patch) | |
tree | 7009cf60091d2c403ac4479044c2da067ce8a3ab /drivers/net/wireless/ath9k/hw.h | |
parent | 672903b329579ff43ae3d553cf55bd82041921c1 (diff) |
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/hw.h')
-rw-r--r-- | drivers/net/wireless/ath9k/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/hw.h b/drivers/net/wireless/ath9k/hw.h index 5ec416b3d7ec..89936a038da3 100644 --- a/drivers/net/wireless/ath9k/hw.h +++ b/drivers/net/wireless/ath9k/hw.h | |||
@@ -584,7 +584,7 @@ bool ath9k_hw_keyreset(struct ath_hw *ah, u16 entry); | |||
584 | bool ath9k_hw_keysetmac(struct ath_hw *ah, u16 entry, const u8 *mac); | 584 | bool ath9k_hw_keysetmac(struct ath_hw *ah, u16 entry, const u8 *mac); |
585 | bool ath9k_hw_set_keycache_entry(struct ath_hw *ah, u16 entry, | 585 | bool ath9k_hw_set_keycache_entry(struct ath_hw *ah, u16 entry, |
586 | const struct ath9k_keyval *k, | 586 | const struct ath9k_keyval *k, |
587 | const u8 *mac, int xorKey); | 587 | const u8 *mac); |
588 | bool ath9k_hw_keyisvalid(struct ath_hw *ah, u16 entry); | 588 | bool ath9k_hw_keyisvalid(struct ath_hw *ah, u16 entry); |
589 | 589 | ||
590 | /* GPIO / RFKILL / Antennae */ | 590 | /* GPIO / RFKILL / Antennae */ |