staging: rtl8723bs: remove unused macro in include/hal_data.h
remove unused macro in include/hal_data.h Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com> Link: https://lore.kernel.org/r/13b4f41247d1b8bc10f0576d82e4dc9a285d88e1.1628329348.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
05d7d4ba4b
commit
1b09e3886a
|
@ -404,6 +404,5 @@ struct hal_com_data {
|
|||
#define GET_HAL_DATA(__padapter) ((struct hal_com_data *)((__padapter)->HalData))
|
||||
#define GET_HAL_RFPATH_NUM(__padapter) (((struct hal_com_data *)((__padapter)->HalData))->NumTotalRFPath)
|
||||
#define RT_GetInterfaceSelection(_Adapter) (GET_HAL_DATA(_Adapter)->InterfaceSel)
|
||||
#define GET_RF_TYPE(__padapter) (GET_HAL_DATA(__padapter)->rf_type)
|
||||
|
||||
#endif /* __HAL_DATA_H__ */
|
||||
|
|
Loading…
Reference in New Issue