Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Drf.c160 static u8 _rtl92d_phy_get_chnlgroup_bypg(u8 chnlindex) in _rtl92d_phy_get_chnlgroup_bypg() argument
172 if (channel_info[chnlindex] <= 3) /* Chanel 1-3 */ in _rtl92d_phy_get_chnlgroup_bypg()
174 else if (channel_info[chnlindex] <= 9) /* Channel 4-9 */ in _rtl92d_phy_get_chnlgroup_bypg()
176 else if (channel_info[chnlindex] <= 14) /* Channel 10-14 */ in _rtl92d_phy_get_chnlgroup_bypg()
178 else if (channel_info[chnlindex] <= 64) in _rtl92d_phy_get_chnlgroup_bypg()
180 else if (channel_info[chnlindex] <= 140) in _rtl92d_phy_get_chnlgroup_bypg()