Searched refs:ecw2cw (Results 1 – 2 of 2) sorted by relevance
647 static int ecw2cw(int ecw)658 u16 cw_min = ecw2cw((ac[i].ecw & 0xf0) >> 4); in ecw2cw() function 659 u16 cw_max = ecw2cw(ac[i].ecw & 0x0f); in ecw2cw() 853 ecw2cw((wmm->client[i].ecw & 0xf0) >> 4); in set_wmm_rule() 854 wmm_rule->client[i].cw_max = ecw2cw(wmm->client[i].ecw & 0x0f); in set_wmm_rule() 858 wmm_rule->ap[i].cw_min = ecw2cw((wmm->ap[i].ecw & 0xf0) >> 4); in set_wmm_rule() 859 wmm_rule->ap[i].cw_max = ecw2cw(wmm->ap[i].ecw & 0x0f); in set_wmm_rule()
147 static int ecw2cw(int ecw) in ecw2cw() function3860 params[ac].cw_max = ecw2cw((pos[1] & 0xf0) >> 4); in _ieee80211_sta_wmm_params()3861 params[ac].cw_min = ecw2cw(pos[1] & 0x0f); in _ieee80211_sta_wmm_params()