arn_txq_setup
struct ath_txq *arn_txq_setup(struct arn_softc *sc, int qtype, int subtype);
sc->sc_cabq = arn_txq_setup(sc, ATH9K_TX_QUEUE_CAB, 0);
txq = arn_txq_setup(sc, ATH9K_TX_QUEUE_DATA, haltype);