|
@@ -2072,7 +2072,7 @@ static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
|
|
&txq->axq_q, lastbf->list.prev);
|
|
&txq->axq_q, lastbf->list.prev);
|
|
|
|
|
|
txq->axq_depth--;
|
|
txq->axq_depth--;
|
|
- txok = !(ds->ds_txstat.ts_status & ATH9K_TXERR_FILT);
|
|
|
|
|
|
+ txok = !(ds->ds_txstat.ts_status & ATH9K_TXERR_MASK);
|
|
txq->axq_tx_inprogress = false;
|
|
txq->axq_tx_inprogress = false;
|
|
spin_unlock_bh(&txq->axq_lock);
|
|
spin_unlock_bh(&txq->axq_lock);
|
|
|
|
|