projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
853854d
)
ath9k: enable ext channel pulse detection
author
Lorenzo Bianconi
<
[email protected]
>
Tue, 16 Sep 2014 14:43:42 +0000
(16:43 +0200)
committer
John W. Linville
<
[email protected]
>
Tue, 16 Sep 2014 20:18:42 +0000
(16:18 -0400)
Enable pulse detection on extension channel if 40MHz channel width has been set
Signed-off-by: Lorenzo Bianconi <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/hw.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/hw.c
b/drivers/net/wireless/ath/ath9k/hw.c
index 949d5d6fe56dc3c85b5af929409519a9dafe3b1a..3aed729e4d5e6fd9d734d71f65a6fa6ad04b15e6 100644
(file)
--- 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,
if (ah->hw->conf.radar_enabled) {
/* set HW specific DFS configuration */
+ ah->radar_conf.ext_channel = IS_CHAN_HT40(chan);
ath9k_hw_set_radar_params(ah);
}