mac80211: let drivers wake but not start queues
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2x00dev.c
index 171f445962dbd21178d4ef9b32d3e01b6c4c6abf..d341764e1b2472af81f32d8781c90cdf52119b9c 100644 (file)
@@ -125,7 +125,7 @@ int rt2x00lib_enable_radio(struct rt2x00_dev *rt2x00dev)
        /*
         * Start the TX queues.
         */
-       ieee80211_start_queues(rt2x00dev->hw);
+       ieee80211_wake_queues(rt2x00dev->hw);
 
        return 0;
 }
@@ -1186,7 +1186,7 @@ int rt2x00lib_resume(struct rt2x00_dev *rt2x00dev)
         * In that case we have disabled the TX queue and should
         * now enable it again
         */
-       ieee80211_start_queues(rt2x00dev->hw);
+       ieee80211_wake_queues(rt2x00dev->hw);
 
        /*
         * During interface iteration we might have changed the
This page took 0.028936 seconds and 5 git commands to generate.