forked from Minki/linux
Staging: rtl8723au: hal: Remove unused macros
The macros PlatformProcessHCICommands and PlatformTxBTQueuedPackets are not used anywhere in the kernel so remove them. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e3479f774e
commit
338e471619
@ -77,8 +77,6 @@ if ((BTCoexDbgLevel == _bt_dbg_on_)) {\
|
||||
|
||||
#define PlatformZeroMemory(ptr, sz) memset(ptr, 0, sz)
|
||||
|
||||
#define PlatformProcessHCICommands(...)
|
||||
#define PlatformTxBTQueuedPackets(...)
|
||||
#define PlatformIndicateBTACLData(...) (RT_STATUS_SUCCESS)
|
||||
|
||||
#define GET_UNDECORATED_AVERAGE_RSSI(padapter) \
|
||||
|
Loading…
Reference in New Issue
Block a user