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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_rate.c170 for (; srate >= 0 && IEEE80211_RATE(srate) > 72;
181 for (; srate >= 0 && IEEE80211_RATE(srate) != ic->ic_fixed_rate;
185 "srate=%d rate=%d\n", srate, IEEE80211_RATE(srate)));
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_rc.c1896 for (; srate >= 0 && IEEE80211_RATE(srate) > 72;
1907 for (; srate >= 0 && IEEE80211_RATE(srate) != ic->ic_fixed_rate;
1912 "srate=%d rate=%d\n", srate, IEEE80211_RATE(srate)));
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h628 #define IEEE80211_RATE(_ix) \ macro
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c209 #define IEEE80211_RATE 0x7f macro
246 wlp->wl_supported_rates[i] &= IEEE80211_RATE;
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c724 IEEE80211_RATE(in->in_txrate) :
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1606 IEEE80211_RATE(in->in_txrate) :
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2394 for (; srate >= 0 && IEEE80211_RATE(srate) > 72;
2406 for (; srate >= 0 && IEEE80211_RATE(srate) != ic->ic_fixed_rate;
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1379 while (i > 0 && IEEE80211_RATE(i) > 72)
2390 IEEE80211_RATE(in->in_txrate) :
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c1926 while (i > 0 && IEEE80211_RATE(i) > 72) {
3440 IEEE80211_RATE(in->in_txrate) :
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c2015 while (i > 0 && IEEE80211_RATE(i) > 72) {
3605 IEEE80211_RATE(in->in_txrate) :
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1730 while (i > 0 && IEEE80211_RATE(i) > 72)
3159 IEEE80211_RATE(in->in_txrate) :
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c4193 IEEE80211_RATE(in->in_txrate) :

Completed in 152 milliseconds