mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: rtl8723bs: remove hal_btcoex_SetManualControl
Remove function hal_btcoex_SetManualControl because it is not used. Signed-off-by: Nam Cao <namcaov@gmail.com> Link: https://lore.kernel.org/r/ae83ad941013d7a6c47d06f70c0f43087fe2c84f.1662111799.git.namcaov@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
34ac858138
commit
23c3b6bd0f
@@ -1283,11 +1283,6 @@ s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter)
|
||||
return (s32)GLBtCoexist.btInfo.bBtCtrlAggBufSize;
|
||||
}
|
||||
|
||||
void hal_btcoex_SetManualControl(struct adapter *padapter, u8 bmanual)
|
||||
{
|
||||
GLBtCoexist.bManualControl = bmanual;
|
||||
}
|
||||
|
||||
bool hal_btcoex_IsBtControlLps(struct adapter *padapter)
|
||||
{
|
||||
if (!hal_btcoex_IsBtExist(padapter))
|
||||
|
||||
@@ -45,7 +45,6 @@ void hal_btcoex_HaltNotify(struct adapter *padapter);
|
||||
void hal_btcoex_Handler(struct adapter *padapter);
|
||||
|
||||
s32 hal_btcoex_IsBTCoexCtrlAMPDUSize(struct adapter *padapter);
|
||||
void hal_btcoex_SetManualControl(struct adapter *padapter, u8 bmanual);
|
||||
bool hal_btcoex_IsBtControlLps(struct adapter *padapter);
|
||||
bool hal_btcoex_IsLpsOn(struct adapter *padapter);
|
||||
u8 hal_btcoex_RpwmVal(struct adapter *);
|
||||
|
||||
Reference in New Issue
Block a user