Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_data.h231 u8 bDisableSWChannelPlan; /* flag of disable software change channel plan */ member
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com.c122 pHalData->bDisableSWChannelPlan = false; in hal_com_config_channel_plan()
135 pHalData->bDisableSWChannelPlan = true; in hal_com_config_channel_plan()
143 (false == pHalData->bDisableSWChannelPlan) && in hal_com_config_channel_plan()
Dhal_intf.c423 return GET_HAL_DATA(padapter)->bDisableSWChannelPlan; in rtw_hal_is_disable_sw_channel_plan()