Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_data.h231 u8 bDisableSWChannelPlan; /* flag of disable software change channel plan */ member
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com.c121 pHalData->bDisableSWChannelPlan = false; in hal_com_config_channel_plan()
134 pHalData->bDisableSWChannelPlan = true; in hal_com_config_channel_plan()
142 (false == pHalData->bDisableSWChannelPlan) && in hal_com_config_channel_plan()
Dhal_intf.c418 return GET_HAL_DATA(padapter)->bDisableSWChannelPlan; in rtw_hal_is_disable_sw_channel_plan()