Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h85 #define IEEE80211_C_BURST 0x02000000 /* CAPABILITY: frame bursting */ macro
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211.c799 if (ic->ic_caps & IEEE80211_C_BURST) in ieee80211_attach()