diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-20 18:51:57 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-22 16:05:31 -0500 |
commit | f5ffe23aa0a8f6512952cf393daf86cbd6e4685d (patch) | |
tree | 3f2b6e129f15b077172ed090ce5f7b2109f0248b /drivers/net/wireless/ath/ath9k/hw.h | |
parent | 0166b4beec575f9740b7a0843675173c2e00cdbc (diff) | |
download | op-kernel-dev-f5ffe23aa0a8f6512952cf393daf86cbd6e4685d.zip op-kernel-dev-f5ffe23aa0a8f6512952cf393daf86cbd6e4685d.tar.gz |
ath9k_hw: remove ath9k_hw_ani_setup and its variables
They are no longer needed for ANI functionality
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 13b97e7..0a3a1af 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -864,10 +864,6 @@ struct ath_hw { /* ANI */ u32 proc_phyerr; u32 aniperiod; - int totalSizeDesired[5]; - int coarse_high[5]; - int coarse_low[5]; - int firpwr[5]; enum ath9k_ani_cmd ani_function; u32 ani_skip_count; |