ath9k: fix several issues in the tx queueing rework
[openwrt.git] / package / kernel / mac80211 / patches / 568-ath9k_tid_init_clear_ps_filt.patch
1 --- a/drivers/net/wireless/ath/ath9k/xmit.c
2 +++ b/drivers/net/wireless/ath/ath9k/xmit.c
3 @@ -2637,6 +2637,7 @@ void ath_tx_node_init(struct ath_softc *
4         for (acno = 0, ac = &an->ac[acno];
5              acno < IEEE80211_NUM_ACS; acno++, ac++) {
6                 ac->sched    = false;
7 +               ac->clear_ps_filter = true;
8                 ac->txq = sc->tx.txq_map[acno];
9                 INIT_LIST_HEAD(&ac->tid_q);
10         }