Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h265 unsigned char Index5G; member
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c404 u8 Index2G = 0, Index5G = 0; in init_channel_set() local
446 for (index = 0; index < RTW_ChannelPlan5G[Index5G].Len; index++) { in init_channel_set()
447 if (RTW_ChannelPlan5G[Index5G].Channel[index] <= 48 in init_channel_set()
448 || RTW_ChannelPlan5G[Index5G].Channel[index] >= 149) { in init_channel_set()
449 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan5G[Index5G].Channel[index]; in init_channel_set()