ath_tx_setup_buffer
bf = ath_tx_setup_buffer(sc, txq, tid, skb);
bf = ath_tx_setup_buffer(sc, txctl.txq, NULL, skb);
bf = ath_tx_setup_buffer(sc, txctl->txq, NULL, skb);
static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc,
bf = ath_tx_setup_buffer(sc, txq, tid, skb);