Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c488 u8 Index2G = 0, Index5G = 0; in init_channel_set() local
509 Index5G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index5G; in init_channel_set()
511 Index5G = RTW_ChannelPlanMap[cplan].Index5G; in init_channel_set()
544 for (i = 0; i < RTW_ChannelPlan5G[Index5G].Len; i++) { in init_channel_set()
545 if (RTW_ChannelPlan5G[Index5G].Channel[i] <= 48 || in init_channel_set()
546 RTW_ChannelPlan5G[Index5G].Channel[i] >= 149) { in init_channel_set()
548 RTW_ChannelPlan5G[Index5G].Channel[i]; in init_channel_set()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h217 unsigned char Index5G; member