Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_rate.c333 if (rt->rateCount > IEEE80211_RATE_MAXSIZE) { in ath_rate_setup()
336 rt->rateCount, IEEE80211_RATE_MAXSIZE)); in ath_rate_setup()
339 maxrates = rt->rateCount; in ath_rate_setup()
H A Dath_aux.c230 for (i = 0; i < rt->rateCount; i++) in ath_setcurmode()
H A Dath_hal.h580 int rateCount; /* NB: for proper padding */ member