Lines Matching defs:mpdudensity
383 * meet the minimum required mpdudensity.
405 int mpdudensity; /* in 1/100'th of a microsecond */
422 mpdudensity = 1600; /* maximum density */
424 mpdudensity = ieee80211_mpdudensity_map[peer_mpdudensity];
461 "%s: pktlen=%d, ndelim=%d, mpdudensity=%d\n",
462 __func__, pktlen, ndelim, mpdudensity);
466 * Otherwise, we need to convert the desired mpdudensity
469 if (mpdudensity == 0)
485 * mpdudensity is in 1/100th of a usec, so divide by 100
488 nsymbols = NUM_SYMBOLS_PER_USEC_HALFGI(mpdudensity);
490 nsymbols = NUM_SYMBOLS_PER_USEC(mpdudensity);