Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
Dphy_common.c813 u8 rtl92d_phy_get_chnlgroup_bypg(u8 chnlindex) in rtl92d_phy_get_chnlgroup_bypg() argument
817 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()
Dphy_common.h85 u8 rtl92d_phy_get_chnlgroup_bypg(u8 chnlindex);