ath.c | 3421 ath_txq_update(struct ath_softc *sc, int ac) function in typeref:typename:int 3458 return !ath_txq_update(sc, WME_AC_BE) || 3459 !ath_txq_update(sc, WME_AC_BK) || 3460 !ath_txq_update(sc, WME_AC_VI) || 3461 !ath_txq_update(sc, WME_AC_VO) ? EIO : 0;
|