Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c83 static RT_CHANNEL_PLAN_5G RTW_ChannelPlan5G[RT_CHANNEL_DOMAIN_5G_MAX] = { variable
440 for (index = 0; index < RTW_ChannelPlan5G[Index5G].Len; index++) { in init_channel_set()
441 if (RTW_ChannelPlan5G[Index5G].Channel[index] <= 48 in init_channel_set()
442 || RTW_ChannelPlan5G[Index5G].Channel[index] >= 149) { in init_channel_set()
443 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan5G[Index5G].Channel[index]; in init_channel_set()