ath_rx_proc
static void ath_rx_proc(void *, int);
ATH_TASK_FUNC(ath_rx_proc);
TASK_INIT(&sc->sc_rxtask, 0, ath_rx_proc, sc);