Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c134 static struct rt_channel_plan_2g RTW_ChannelPlan2G[RT_CHANNEL_DOMAIN_2G_MAX] = { variable
515 for (i = 0; i < RTW_ChannelPlan2G[Index2G].Len; i++) { in init_channel_set()
517 RTW_ChannelPlan2G[Index2G].Channel[i]; in init_channel_set()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c60 static struct rt_channel_plan_2g RTW_ChannelPlan2G[RT_CHANNEL_DOMAIN_2G_MAX] = { variable
4109 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
4110 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()