ath_txq_setup
static struct ath_txq *ath_txq_setup(struct ath_softc*, int qtype, int subtype);
txq = ath_txq_setup(sc, HAL_TX_QUEUE_DATA, haltype);
sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0);