summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2013-12-06 16:28:40 +0530
committerJohn W. Linville <linville@tuxdriver.com>2013-12-09 15:37:56 -0500
commit4a878b9f8916eaeb5f8cea1379956b485e32450f (patch)
treefd2a6f51dcfc7cabd312e046a92777f3500a2018 /drivers/net/wireless/ath/ath9k/hw.h
parent98b2e1fdf1603f30db195a11cc1ffcc2170d42a8 (diff)
downloadlinux-4a878b9f8916eaeb5f8cea1379956b485e32450f.tar.gz
linux-4a878b9f8916eaeb5f8cea1379956b485e32450f.tar.bz2
linux-4a878b9f8916eaeb5f8cea1379956b485e32450f.zip
ath9k: Initialize baseband for DFS channels
Certain baseband registers require different values to be programmed when operating in a DFS channel to ensure that radar detection works correctly. This is required for AR9300, AR9340 and AR9580. Signed-off-by: Sujith Manoharan <c_manoha@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, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index e50843600989..7490047acd11 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -864,6 +864,7 @@ struct ath_hw {
u32 gpio_mask;
u32 gpio_val;
+ struct ar5416IniArray ini_dfs;
struct ar5416IniArray iniModes;
struct ar5416IniArray iniCommon;
struct ar5416IniArray iniBB_RfGain;