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:
parent
8a2dc7faae
commit
53a835d2db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user