Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c326 u8 Index2G = 0; in init_channel_set() local
336 Index2G = RTW_CHANNEL_PLAN_MAP_REALTEK_DEFINE.Index2G; in init_channel_set()
338 Index2G = RTW_ChannelPlanMap[ChannelPlan].Index2G; in init_channel_set()
342 for (index = 0; index < RTW_ChannelPlan2G[Index2G].Len; index++) { in init_channel_set()
343 channel_set[chanset_size].ChannelNum = RTW_ChannelPlan2G[Index2G].Channel[index]; in init_channel_set()
352 Index2G == RT_CHANNEL_DOMAIN_2G_WORLD) { /* channel 12~13, passive scan */ in init_channel_set()