aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2010-04-15 17:39:23 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-16 15:43:43 -0400
commit78ec26778803abd4ebb105bb19c729100c829837 (patch)
tree8d47b6931472e54a7bccd4c54681c43633b5f6f9 /drivers/net/wireless/ath/ath9k/hw.h
parent57b32227cd7f1f81f4143d8bc82a5ffe37ab4df9 (diff)
ath9k_hw: skip asynch fifo enablement to AR9003
The asynch fifo code is specific to >= AR9287 so stuff it into the AR9002 hardware family code and skip it for AR9003 cards. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 16f0f9820796..e4eacdd4c810 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -850,6 +850,7 @@ void ath9k_hw_get_delta_slope_vals(struct ath_hw *ah, u32 coef_scaled,
850 */ 850 */
851void ar9002_hw_cck_chan14_spread(struct ath_hw *ah); 851void ar9002_hw_cck_chan14_spread(struct ath_hw *ah);
852int ar9002_hw_rf_claim(struct ath_hw *ah); 852int ar9002_hw_rf_claim(struct ath_hw *ah);
853void ar9002_hw_enable_async_fifo(struct ath_hw *ah);
853 854
854/* 855/*
855 * Code specifric to AR9003, we stuff these here to avoid callbacks 856 * Code specifric to AR9003, we stuff these here to avoid callbacks