AR9003_TX_QDEPTH
if (--txq->queued < AR9003_TX_QDEPTH && txq->wait != NULL) {
if (++txq->queued <= AR9003_TX_QDEPTH) {