Home
last modified time | relevance | path

Searched refs:ATH_AGGR_MAXSIZE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/ath/
HDif_ath_tx.h86 #define ATH_AGGR_MAXSIZE 65530 macro
HDif_ath_tx_ht.c466 int amin = ATH_AGGR_MAXSIZE; in ath_get_aggr_limit()
469 if (sc->sc_aggr_limit > 0 && sc->sc_aggr_limit < ATH_AGGR_MAXSIZE) in ath_get_aggr_limit()
HDif_ath.c1146 sc->sc_aggr_limit = ATH_AGGR_MAXSIZE; in ath_attach()