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:
proski 2009-06-24 23:17:30 +00:00
parent ab3bb26503
commit 38a75118cd

View File

@ -8470,11 +8470,6 @@ ath_tx_tasklet(TQUEUE_ARG data)
struct ath_softc *sc = netdev_priv(dev);
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
* sc_uapsdq */
for (i = 0; i < HAL_NUM_TX_QUEUES; i++) {