Home
last modified time | relevance | path

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

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