Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dmlme.c137 static int ecw2cw(int ecw) in ecw2cw() function
1830 params[ac].cw_max = ecw2cw((pos[1] & 0xf0) >> 4); in ieee80211_sta_wmm_params()
1831 params[ac].cw_min = ecw2cw(pos[1] & 0x0f); in ieee80211_sta_wmm_params()