mac80211: let drivers wake but not start queues
[deliverable/linux.git] / drivers / net / wireless / ath5k / base.c
index c76ada178781b71c46d4b1fc7d20efbd85830836..3f16ad66bdb51478de991d73e18a8ac44194b9fe 100644 (file)
@@ -1599,7 +1599,7 @@ ath5k_txq_cleanup(struct ath5k_softc *sc)
                                        sc->txqs[i].link);
                        }
        }
-       ieee80211_start_queues(sc->hw); /* XXX move to callers */
+       ieee80211_wake_queues(sc->hw); /* XXX move to callers */
 
        for (i = 0; i < ARRAY_SIZE(sc->txqs); i++)
                if (sc->txqs[i].setup)
This page took 0.046086 seconds and 5 git commands to generate.