Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c489 u8 Index2G = 0, Index5G = 0; in init_channel_set() local
510 Index5G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index5G; in init_channel_set()
512 Index5G = RTW_ChannelPlanMap[cplan].Index5G; in init_channel_set()
545 for (i = 0; i < RTW_ChannelPlan5G[Index5G].Len; i++) { in init_channel_set()
546 if (RTW_ChannelPlan5G[Index5G].Channel[i] <= 48 || in init_channel_set()
547 RTW_ChannelPlan5G[Index5G].Channel[i] >= 149) { in init_channel_set()
549 RTW_ChannelPlan5G[Index5G].Channel[i]; in init_channel_set()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h217 unsigned char Index5G; member