mirror of
https://github.com/proski/madwifi
synced 2024-11-25 07:49:43 +03:00
Remove a tx queue dump in ath_tx_tasklet()
It was merged from the DFS branch and subsequently removed from it. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4037 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
ab3bb26503
commit
38a75118cd
@ -8470,11 +8470,6 @@ ath_tx_tasklet(TQUEUE_ARG data)
|
|||||||
struct ath_softc *sc = netdev_priv(dev);
|
struct ath_softc *sc = netdev_priv(dev);
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
||||||
for (i = 0; i < HAL_NUM_TX_QUEUES; i++) {
|
|
||||||
if (!ath_txq_check(sc, &sc->sc_txq[i], __func__))
|
|
||||||
ath_txq_dump(sc, &sc->sc_txq[i]);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Process each active queue. This includes sc_cabq, sc_xrtq and
|
/* Process each active queue. This includes sc_cabq, sc_xrtq and
|
||||||
* sc_uapsdq */
|
* sc_uapsdq */
|
||||||
for (i = 0; i < HAL_NUM_TX_QUEUES; i++) {
|
for (i = 0; i < HAL_NUM_TX_QUEUES; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user