> + /* > + * We just requeued the all the frames that were in the > + * removed queue, and since we might miss a softirq we do > + * netif_schedule_queue. ieee80211_wake_queue is not used > + * here as this queue is not necessarily stopped > + */ > + netif_schedule_queue(netdev_get_tx_queue(local->mdev, agg_queue)); Come to think of it, we should probably do netif_schedule_queue(netdev_get_tx_queue(local->mdev, ieee802_1d_to_ac[tid])); since we just drained that agg_queue in favour of the tid one. instead
Attachment:
signature.asc
Description: This is a digitally signed message part