Home
last modified time | relevance | path

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

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