Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h265 unsigned char Index5G; member
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c398 u8 Index2G = 0, Index5G = 0; in init_channel_set() local
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()