ath_tx_proc
static void ath_tx_proc(void *, int);
ATH_TASK_FUNC(ath_tx_proc);
TASK_INIT(&sc->sc_txtask, 0, ath_tx_proc, sc);