mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 15:01:44 +00:00
staging: r8188eu: remove GET_RF_TYPE macro
This macro does not used. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
47f7bd29b9
commit
bc15ada3dc
1 changed files with 0 additions and 1 deletions
|
@ -353,7 +353,6 @@ struct hal_data_8188e {
|
||||||
|
|
||||||
#define GET_HAL_DATA(__pAdapter) \
|
#define GET_HAL_DATA(__pAdapter) \
|
||||||
((struct hal_data_8188e *)((__pAdapter)->HalData))
|
((struct hal_data_8188e *)((__pAdapter)->HalData))
|
||||||
#define GET_RF_TYPE(priv) (GET_HAL_DATA(priv)->rf_type)
|
|
||||||
|
|
||||||
/* rtl8188e_hal_init.c */
|
/* rtl8188e_hal_init.c */
|
||||||
void _8051Reset88E(struct adapter *padapter);
|
void _8051Reset88E(struct adapter *padapter);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue