mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
853854d6b2
commit
7a0a260a0f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user