diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-06-29 23:20:49 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-29 23:20:49 +0400 |
commit | 99aeed9cde404365f9f72da25518068cbbc40b89 (patch) | |
tree | 2b9d40a5975cf33477db785422dcf050d37c021d /drivers/net/wireless/ath/ath9k/hw.h | |
parent | c466d4efb86bb5aa327d6e43f62781a9faabfdae (diff) | |
download | linux-99aeed9cde404365f9f72da25518068cbbc40b89.tar.xz |
ath9k: remove unused function ath9k_hw_keyisvalid
Reported-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index e9578a4c912f..f0e0cc9a9d78 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -863,7 +863,6 @@ bool ath9k_hw_keysetmac(struct ath_hw *ah, u16 entry, const u8 *mac); bool ath9k_hw_set_keycache_entry(struct ath_hw *ah, u16 entry, const struct ath9k_keyval *k, const u8 *mac); -bool ath9k_hw_keyisvalid(struct ath_hw *ah, u16 entry); /* GPIO / RFKILL / Antennae */ void ath9k_hw_cfg_gpio_input(struct ath_hw *ah, u32 gpio); |