mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-07-17 09:39:04 +00:00
rtl8188eu: Remove the Windows IN and OUT pseudodirectives
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
722e1c9b2e
commit
21b9be0939
31 changed files with 1105 additions and 1107 deletions
|
@ -389,8 +389,8 @@ void set_mcs_rate_by_mask(u8 *mcs_set, u32 mask)
|
|||
}
|
||||
|
||||
void UpdateBrateTbl(
|
||||
IN PADAPTER Adapter,
|
||||
IN u8 *mBratesOS
|
||||
PADAPTER Adapter,
|
||||
u8 *mBratesOS
|
||||
)
|
||||
{
|
||||
u8 i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue