mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 06:18:45 -04:00
ath9k: Disable fastcc for channel context mode
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
ac0372abf8
commit
9ea3598b22
@@ -303,6 +303,9 @@ int ath_reset_internal(struct ath_softc *sc, struct ath9k_channel *hchan)
|
||||
if (!ath_prepare_reset(sc))
|
||||
fastcc = false;
|
||||
|
||||
if (ath9k_is_chanctx_enabled())
|
||||
fastcc = false;
|
||||
|
||||
spin_lock_bh(&sc->chan_lock);
|
||||
sc->cur_chandef = sc->cur_chan->chandef;
|
||||
spin_unlock_bh(&sc->chan_lock);
|
||||
|
||||
Reference in New Issue
Block a user