Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx_ht.c390 int ndelim, mindelim = 0; in ath_compute_num_delims() local
483 mindelim = (minlen - pktlen) / ATH_AGGR_DELIM_SZ; in ath_compute_num_delims()
484 ndelim = MAX(mindelim, ndelim); in ath_compute_num_delims()