mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Replace VOID with void and PVOID with void *
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
c25b5250a8
commit
722e1c9b2e
46 changed files with 362 additions and 368 deletions
|
@ -1531,7 +1531,7 @@ phydm_query_is_mu_api(
|
|||
|
||||
}
|
||||
|
||||
VOID
|
||||
void
|
||||
phydm_rx_statistic_cal(
|
||||
struct PHY_DM_STRUCT *p_phydm,
|
||||
u8 *p_phy_status,
|
||||
|
|
|
@ -469,7 +469,7 @@ phydm_update_pwr_track(
|
|||
|
||||
void
|
||||
odm_rate_adaptive_state_ap_init(
|
||||
void *PADAPTER_VOID,
|
||||
void *PADAPTER_void,
|
||||
struct sta_info *p_entry
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue