strict_strtoul is obsolete, use kstrtoul instead
[openwrt/svn-archive/archive.git] / package / kernel / mac80211 / patches / 566-ath9k_prepare_tid_queueing.patch
1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -1328,7 +1328,7 @@ void ath_tx_aggr_stop(struct ath_softc *
4
5 ath_txq_lock(sc, txq);
6 txtid->active = false;
7 - txtid->paused = true;
8 + txtid->paused = false;
9 ath_tx_flush_tid(sc, txtid);
10 ath_txq_unlock_complete(sc, txq);
11 }