Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Dutil.c1577 int aCWmin, aCWmax; in ieee80211_set_wmm_default() local
1599 aCWmin = 31; in ieee80211_set_wmm_default()
1601 aCWmin = 15; in ieee80211_set_wmm_default()
1605 qparam.cw_min = aCWmin; in ieee80211_set_wmm_default()
1615 qparam.cw_min = aCWmin; in ieee80211_set_wmm_default()
1626 qparam.cw_min = aCWmin; in ieee80211_set_wmm_default()
1634 qparam.cw_max = aCWmin; in ieee80211_set_wmm_default()
1635 qparam.cw_min = (aCWmin + 1) / 2 - 1; in ieee80211_set_wmm_default()
1649 qparam.cw_max = (aCWmin + 1) / 2 - 1; in ieee80211_set_wmm_default()
1650 qparam.cw_min = (aCWmin + 1) / 4 - 1; in ieee80211_set_wmm_default()