Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h534 #define WME_PARAM_LOGCWMAX 0xf0 /* Mask for CwMax field (in log) */ macro
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c353 *frm++ = SM(ac->wmep_logcwmax, WME_PARAM_LOGCWMAX) in ieee80211_add_wme_param()
H A Dnet80211_input.c810 wmep->wmep_logcwmax = MS(frm[1], WME_PARAM_LOGCWMAX); in ieee80211_parse_wmeparams()