Searched refs:chnlindex (Results 1 – 2 of 2) sorted by relevance
813 u8 rtl92d_phy_get_chnlgroup_bypg(u8 chnlindex) in rtl92d_phy_get_chnlgroup_bypg() argument817 if (channel_all[chnlindex] <= 3) /* Chanel 1-3 */ in rtl92d_phy_get_chnlgroup_bypg()819 else if (channel_all[chnlindex] <= 9) /* Channel 4-9 */ in rtl92d_phy_get_chnlgroup_bypg()821 else if (channel_all[chnlindex] <= 14) /* Channel 10-14 */ in rtl92d_phy_get_chnlgroup_bypg()823 else if (channel_all[chnlindex] <= 64) in rtl92d_phy_get_chnlgroup_bypg()825 else if (channel_all[chnlindex] <= 140) in rtl92d_phy_get_chnlgroup_bypg()
85 u8 rtl92d_phy_get_chnlgroup_bypg(u8 chnlindex);