diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-08-27 11:34:26 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-28 13:58:27 -0400 |
commit | 65c1a4de59b0d417d68c04d5ee033058a9e7a83a (patch) | |
tree | ce7eadc751f527ca1fdea651ad323892f2d2442e /drivers/net/wireless/ath/ath9k/ani.c | |
parent | a16b635f24a72b798da41fa0814d59018a89c860 (diff) |
ath9k: Remove unused ANI commands
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ani.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ani.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ani.c b/drivers/net/wireless/ath/ath9k/ani.c index 4994bea809eb..be466b0ef7a7 100644 --- a/drivers/net/wireless/ath/ath9k/ani.c +++ b/drivers/net/wireless/ath/ath9k/ani.c @@ -319,9 +319,6 @@ void ath9k_ani_reset(struct ath_hw *ah, bool is_scanning) ah->ani_function = 0; } - /* always allow mode (on/off) to be controlled */ - ah->ani_function |= ATH9K_ANI_MODE; - ofdm_nil = max_t(int, ATH9K_ANI_OFDM_DEF_LEVEL, aniState->ofdmNoiseImmunityLevel); cck_nil = max_t(int, ATH9K_ANI_CCK_DEF_LEVEL, |