]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/util.c
sound: ASoC: Convert wm8510 to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / net / mac80211 / util.c
index 19f85e1b369576c1f340ec563c794d87079e1df1..0d463c80c4045359a8c8f0dc6df29903eae4f8a0 100644 (file)
@@ -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);