staging: rtl8723bs: remove rtw_hal_is_disable_sw_channel_plan
Remove function rtw_hal_is_disable_sw_channel_plan because it is not used. Signed-off-by: Nam Cao <namcaov@gmail.com> Link: https://lore.kernel.org/r/4398fec06b0f8defaa7da9d6abbc155cbb7ae630.1662111799.git.namcaov@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
23c3b6bd0f
commit
54b1d117d5
@ -400,11 +400,6 @@ c2h_id_filter rtw_hal_c2h_id_filter_ccx(struct adapter *adapter)
|
||||
return adapter->HalFunc.c2h_id_filter_ccx;
|
||||
}
|
||||
|
||||
s32 rtw_hal_is_disable_sw_channel_plan(struct adapter *padapter)
|
||||
{
|
||||
return GET_HAL_DATA(padapter)->bDisableSWChannelPlan;
|
||||
}
|
||||
|
||||
s32 rtw_hal_macid_sleep(struct adapter *padapter, u32 macid)
|
||||
{
|
||||
u8 support;
|
||||
|
@ -353,8 +353,6 @@ bool rtw_hal_c2h_valid(struct adapter *adapter, u8 *buf);
|
||||
s32 rtw_hal_c2h_handler(struct adapter *adapter, u8 *c2h_evt);
|
||||
c2h_id_filter rtw_hal_c2h_id_filter_ccx(struct adapter *adapter);
|
||||
|
||||
s32 rtw_hal_is_disable_sw_channel_plan(struct adapter *padapter);
|
||||
|
||||
s32 rtw_hal_macid_sleep(struct adapter *padapter, u32 macid);
|
||||
s32 rtw_hal_macid_wakeup(struct adapter *padapter, u32 macid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user