diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-08-13 09:34:25 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:14:08 -0400 |
commit | 1aa8e84736fb1a584c679f2893245826583a0526 (patch) | |
tree | eaf56fa92b250c8c4e714dc4171cd39810c93b86 /drivers/net/wireless/ath/ath9k/ani.h | |
parent | 2a219eb26793fc4c47b3ad7b84bded7b66f6e2c4 (diff) | |
download | kernel_samsung_crespo-1aa8e84736fb1a584c679f2893245826583a0526.zip kernel_samsung_crespo-1aa8e84736fb1a584c679f2893245826583a0526.tar.gz kernel_samsung_crespo-1aa8e84736fb1a584c679f2893245826583a0526.tar.bz2 |
ath9k: Remove has_hw_phycounters
PHY counters are available in all chipsets supported
by ath9k. Remove the check.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ani.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ani.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ani.h b/drivers/net/wireless/ath/ath9k/ani.h index a36b7bb..1199245 100644 --- a/drivers/net/wireless/ath/ath9k/ani.h +++ b/drivers/net/wireless/ath/ath9k/ani.h @@ -124,7 +124,6 @@ void ath9k_ani_reset(struct ath_hw *ah); void ath9k_hw_ani_monitor(struct ath_hw *ah, const struct ath9k_node_stats *stats, struct ath9k_channel *chan); -bool ath9k_hw_phycounters(struct ath_hw *ah); void ath9k_enable_mib_counters(struct ath_hw *ah); void ath9k_hw_disable_mib_counters(struct ath_hw *ah); u32 ath9k_hw_GetMibCycleCountsPct(struct ath_hw *ah, u32 *rxc_pcnt, |