aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>2014-09-16 10:43:42 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-09-16 16:18:42 -0400
commit7a0a260a0f6ff0226c33cf28a5cc26711ab0ae5f (patch)
tree16ca571d5a702819e2dcdd916949102c51f60b52
parent853854d6b2e43b7f7fbbcc87558503f00aa0abf2 (diff)
ath9k: enable ext channel pulse detection
Enable pulse detection on extension channel if 40MHz channel width has been set Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/hw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 949d5d6fe56d..3aed729e4d5e 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -1966,6 +1966,7 @@ int ath9k_hw_reset(struct ath_hw *ah, struct ath9k_channel *chan,
1966 1966
1967 if (ah->hw->conf.radar_enabled) { 1967 if (ah->hw->conf.radar_enabled) {
1968 /* set HW specific DFS configuration */ 1968 /* set HW specific DFS configuration */
1969 ah->radar_conf.ext_channel = IS_CHAN_HT40(chan);
1969 ath9k_hw_set_radar_params(ah); 1970 ath9k_hw_set_radar_params(ah);
1970 } 1971 }
1971 1972