mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove unused IN and OUT directives used only for Windows
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
058fa5a916
commit
78adabf36d
43 changed files with 289 additions and 324 deletions
|
@ -51,10 +51,10 @@ struct dm_priv
|
|||
u8 PowerIndex_backup[6];
|
||||
};
|
||||
|
||||
void rtl8188e_init_dm_priv(IN PADAPTER Adapter);
|
||||
void rtl8188e_deinit_dm_priv(IN PADAPTER Adapter);
|
||||
void rtl8188e_InitHalDm(IN PADAPTER Adapter);
|
||||
void rtl8188e_HalDmWatchDog(IN PADAPTER Adapter);
|
||||
void rtl8188e_init_dm_priv(PADAPTER Adapter);
|
||||
void rtl8188e_deinit_dm_priv(PADAPTER Adapter);
|
||||
void rtl8188e_InitHalDm(PADAPTER Adapter);
|
||||
void rtl8188e_HalDmWatchDog(PADAPTER Adapter);
|
||||
|
||||
#ifdef CONFIG_ANTENNA_DIVERSITY
|
||||
void AntDivCompare8188E(PADAPTER Adapter, WLAN_BSSID_EX *dst, WLAN_BSSID_EX *src);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue