aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>2011-12-01 00:44:19 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-12-06 16:05:25 -0500
commitb9b6968b0d9d0fe3891c5f87aa6e53b7ee67cf7f (patch)
treee3d770a6c8041566e80e315c68aa5b3800bf0235 /drivers/net/wireless/ath/ath9k/hw.h
parent8ff08b4318b06eb3661bea0067ae587afc01e649 (diff)
ath9k_hw: sync to latest AR9462 INI
based on systems change to improve rx dynamic range, and enables heavy clip for 5G HT40 MCS0 to improve spectral mask power. also remove an unused function declaration Cc: Wilson Tsao <wtsao@qca.qualcomm.com> Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.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, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index c9c3b1889965..36968c046119 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -1110,7 +1110,6 @@ bool ath9k_hw_disable(struct ath_hw *ah);
1110void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test); 1110void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test);
1111void ath9k_hw_setopmode(struct ath_hw *ah); 1111void ath9k_hw_setopmode(struct ath_hw *ah);
1112void ath9k_hw_setmcastfilter(struct ath_hw *ah, u32 filter0, u32 filter1); 1112void ath9k_hw_setmcastfilter(struct ath_hw *ah, u32 filter0, u32 filter1);
1113void ath9k_hw_setbssidmask(struct ath_hw *ah);
1114void ath9k_hw_write_associd(struct ath_hw *ah); 1113void ath9k_hw_write_associd(struct ath_hw *ah);
1115u32 ath9k_hw_gettsf32(struct ath_hw *ah); 1114u32 ath9k_hw_gettsf32(struct ath_hw *ah);
1116u64 ath9k_hw_gettsf64(struct ath_hw *ah); 1115u64 ath9k_hw_gettsf64(struct ath_hw *ah);