Searched refs:mpdudensity (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_tx_ht.c332 * meet the minimum required mpdudensity.
355 int mpdudensity; /* in 1/100'th of a microsecond */ local
366 mpdudensity = 1600; /* maximum density */
368 mpdudensity = ieee80211_mpdudensity_map[vap->iv_ampdu_density];
404 "%s: pktlen=%d, ndelim=%d, mpdudensity=%d\n",
405 __func__, pktlen, ndelim, mpdudensity);
409 * Otherwise, we need to convert the desired mpdudensity
412 if (mpdudensity == 0)
428 * mpdudensity is in 1/100th of a usec, so divide by 100
431 nsymbols = NUM_SYMBOLS_PER_USEC_HALFGI(mpdudensity);
[all...]

Completed in 100 milliseconds