mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
staging: rtl8723au: hal: Remove Unused macro
PlatformIndicateBTACLData is an unused macro. Hence, removed. Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
400a30dd99
commit
67ea154073
@@ -77,8 +77,6 @@ if ((BTCoexDbgLevel == _bt_dbg_on_)) {\
|
||||
|
||||
#define PlatformZeroMemory(ptr, sz) memset(ptr, 0, sz)
|
||||
|
||||
#define PlatformIndicateBTACLData(...) (RT_STATUS_SUCCESS)
|
||||
|
||||
#define GET_UNDECORATED_AVERAGE_RSSI(padapter) \
|
||||
(GET_HAL_DATA(padapter)->dmpriv.EntryMinUndecoratedSmoothedPWDB)
|
||||
#define RT_RF_CHANGE_SOURCE u32
|
||||
|
||||
Reference in New Issue
Block a user