Put this back into the ath taskqueue rather than the ath TX taskqueue.

This now should mean all the entry points into the software TX
scheduler are back in the same taskqueue.
This commit is contained in:
Adrian Chadd 2013-02-11 07:49:40 +00:00
parent 8a2dc7faae
commit 53a835d2db

View File

@ -137,7 +137,7 @@ static inline void
ath_tx_swq_kick(struct ath_softc *sc)
{
taskqueue_enqueue(sc->sc_tx_tq, &sc->sc_txqtask);
taskqueue_enqueue(sc->sc_tq, &sc->sc_txqtask);
}
#endif