ath5k_hw_reset_tx_queue
int ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue);
ret = ath5k_hw_reset_tx_queue(ah, ah->bhalq); /* push to h/w */
ret = ath5k_hw_reset_tx_queue(ah, AR5K_TX_QUEUE_ID_CAB);
ath5k_hw_reset_tx_queue(ah, queue);
ret = ath5k_hw_reset_tx_queue(ah, i);