diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-15 17:25:25 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-20 22:44:43 +0400 |
commit | 198823fd002a7f9784648c24c72b7e8c9e73fd14 (patch) | |
tree | d13b19b8f02e7c3872a10ed1c8eec13b8be4d571 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 465dce62cdb35f49bc0e859fb23787e1229b62a3 (diff) | |
download | linux-198823fd002a7f9784648c24c72b7e8c9e73fd14.tar.xz |
ath9k: remove MIB interrupt support
The new ANI implementation does not need it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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 111a046b44c6..b49e4b48f459 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -1021,7 +1021,6 @@ void ar9003_hw_attach_ops(struct ath_hw *ah); void ar9002_hw_load_ani_reg(struct ath_hw *ah, struct ath9k_channel *chan); void ath9k_ani_reset(struct ath_hw *ah, bool is_scanning); -void ath9k_hw_proc_mib_event(struct ath_hw *ah); void ath9k_hw_ani_monitor(struct ath_hw *ah, struct ath9k_channel *chan); #ifdef CONFIG_ATH9K_BTCOEX_SUPPORT |