ath.c | 170 static int ath_tx_setup(struct ath_softc *, int, int); 424 if (!ath_tx_setup(sc, WME_AC_BK, HAL_WME_AC_BK)) { 430 if (!ath_tx_setup(sc, WME_AC_BE, HAL_WME_AC_BE) || 431 !ath_tx_setup(sc, WME_AC_VI, HAL_WME_AC_VI) || 432 !ath_tx_setup(sc, WME_AC_VO, HAL_WME_AC_VO)) { 3399 ath_tx_setup(struct ath_softc *sc, int ac, int haltype) function in typeref:typename:int
|