diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index defe97a31724..ab40b9be8f06 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -3795,7 +3795,7 @@ struct sk_buff *ieee80211_tx_dequeue(struct ieee80211_hw *hw, if (unlikely(q_stopped)) { /* mark for waking later */ - set_bit(IEEE80211_TXQ_DIRTY, &txqi->flags); + // set_bit(IEEE80211_TXQ_DIRTY, &txqi->flags); return NULL; }