|
@@ -1268,7 +1268,7 @@ static void sta_ps_start(struct sta_info *sta)
|
|
|
for (tid = 0; tid < ARRAY_SIZE(sta->sta.txq); tid++) {
|
|
|
struct txq_info *txqi = to_txq_info(sta->sta.txq[tid]);
|
|
|
|
|
|
- if (!txqi->tin.backlog_packets)
|
|
|
+ if (txqi->tin.backlog_packets)
|
|
|
set_bit(tid, &sta->txq_buffered_tids);
|
|
|
else
|
|
|
clear_bit(tid, &sta->txq_buffered_tids);
|