|
@@ -894,7 +894,7 @@ void ath_roc_complete(struct ath_softc *sc, bool abort)
|
|
|
|
|
|
sc->offchannel.roc_vif = NULL;
|
|
|
sc->offchannel.roc_chan = NULL;
|
|
|
- if (!abort)
|
|
|
+ if (abort)
|
|
|
ieee80211_remain_on_channel_expired(sc->hw);
|
|
|
ath_offchannel_next(sc);
|
|
|
ath9k_ps_restore(sc);
|
|
@@ -1028,6 +1028,7 @@ static void ath_offchannel_timer(unsigned long data)
|
|
|
case ATH_OFFCHANNEL_ROC_WAIT:
|
|
|
ctx = ath_chanctx_get_oper_chan(sc, false);
|
|
|
sc->offchannel.state = ATH_OFFCHANNEL_ROC_DONE;
|
|
|
+ ieee80211_remain_on_channel_expired(sc->hw);
|
|
|
ath_chanctx_switch(sc, ctx, NULL);
|
|
|
break;
|
|
|
default:
|