X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fmac80211%2Futil.c;h=0d463c80c4045359a8c8f0dc6df29903eae4f8a0;hb=a1b81a84fff05dbfef45b7012c26e1fee9973e5d;hp=19f85e1b369576c1f340ec563c794d87079e1df1;hpb=db6d8c7a4027b48d797b369a53f8470aaeed7063;p=linux-2.6-omap-h63xx.git diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 19f85e1b369..0d463c80c40 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -361,6 +361,7 @@ void ieee80211_wake_queue(struct ieee80211_hw *hw, int queue) struct ieee80211_local *local = hw_to_local(hw); if (test_bit(queue, local->queues_pending)) { + set_bit(queue, local->queues_pending_run); tasklet_schedule(&local->tx_pending_tasklet); } else { netif_wake_subqueue(local->mdev, queue);