Searched refs:rtw_excl_chs_6g (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rtw_cfg.c | 384 static uint rtw_excl_chs_6g[MAX_CHANNEL_NUM_6G] = CONFIG_RTW_EXCL_CHS_6G; variable 386 module_param_array(rtw_excl_chs_6g, uint, &rtw_excl_chs_6g_num, 0644); 387 MODULE_PARM_DESC(rtw_excl_chs_6g, "exclusive channel array"); 1074 if (((u8)rtw_excl_chs_6g[i]) != 0) in rtw_regsty_load_excl_chs() 1075 regsty->excl_chs_6g[ch_num++] = (u8)rtw_excl_chs_6g[i]; in rtw_regsty_load_excl_chs()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_cfg.c | 392 static uint rtw_excl_chs_6g[MAX_CHANNEL_NUM_6G] = CONFIG_RTW_EXCL_CHS_6G; variable 394 module_param_array(rtw_excl_chs_6g, uint, &rtw_excl_chs_6g_num, 0644); 395 MODULE_PARM_DESC(rtw_excl_chs_6g, "exclusive channel array"); 1082 if (((u8)rtw_excl_chs_6g[i]) != 0) in rtw_regsty_load_excl_chs() 1083 regsty->excl_chs_6g[ch_num++] = (u8)rtw_excl_chs_6g[i]; in rtw_regsty_load_excl_chs()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | os_intfs.c | 393 static uint rtw_excl_chs_6g[MAX_CHANNEL_NUM_6G] = CONFIG_RTW_EXCL_CHS_6G; variable 395 module_param_array(rtw_excl_chs_6g, uint, &rtw_excl_chs_6g_num, 0644); 396 MODULE_PARM_DESC(rtw_excl_chs_6g, "exclusive channel array"); 1195 if (((u8)rtw_excl_chs_6g[i]) != 0) in rtw_regsty_load_excl_chs() 1196 regsty->excl_chs_6g[ch_num++] = (u8)rtw_excl_chs_6g[i]; in rtw_regsty_load_excl_chs()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | os_intfs.c | 393 static uint rtw_excl_chs_6g[MAX_CHANNEL_NUM_6G] = CONFIG_RTW_EXCL_CHS_6G; variable 395 module_param_array(rtw_excl_chs_6g, uint, &rtw_excl_chs_6g_num, 0644); 396 MODULE_PARM_DESC(rtw_excl_chs_6g, "exclusive channel array"); 1180 if (((u8)rtw_excl_chs_6g[i]) != 0) in rtw_regsty_load_excl_chs() 1181 regsty->excl_chs_6g[ch_num++] = (u8)rtw_excl_chs_6g[i]; in rtw_regsty_load_excl_chs()
|