Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c71 static struct rt_channel_plan_2g RTW_ChannelPlan2G[RT_CHANNEL_DOMAIN_2G_MAX] = { variable
353 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
354 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
/linux-5.19.10/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c62 static struct rt_channel_plan RTW_ChannelPlan2G[RT_CHANNEL_DOMAIN_2G_MAX] = { variable
312 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
313 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()