From: Sujith Manoharan Date: Wed, 27 Aug 2014 06:37:23 +0000 (+0530) Subject: ath9k: Disable fastcc for channel context mode X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9ea3598b225d9ffbeee65eb0a967bd0746ba1b97;p=linux-beck.git ath9k: Disable fastcc for channel context mode Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 2fcafa6f4eb9..b823b5ac3490 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -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);