mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Replace PVOID and VOID
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b6b121512b
commit
17d1637977
46 changed files with 712 additions and 718 deletions
|
@ -173,7 +173,7 @@ void HalSetBrateCfg(
|
|||
}
|
||||
}
|
||||
|
||||
static VOID
|
||||
static void
|
||||
_OneOutPipeMapping(
|
||||
IN struct adapter *pAdapter
|
||||
)
|
||||
|
@ -191,7 +191,7 @@ _OneOutPipeMapping(
|
|||
pdvobjpriv->Queue2Pipe[7] = pdvobjpriv->RtOutPipe[0];//TXCMD
|
||||
}
|
||||
|
||||
static VOID
|
||||
static void
|
||||
_TwoOutPipeMapping(
|
||||
IN struct adapter *pAdapter,
|
||||
IN BOOLEAN bWIFICfg
|
||||
|
@ -237,7 +237,7 @@ _TwoOutPipeMapping(
|
|||
|
||||
}
|
||||
|
||||
static VOID _ThreeOutPipeMapping(
|
||||
static void _ThreeOutPipeMapping(
|
||||
IN struct adapter *pAdapter,
|
||||
IN BOOLEAN bWIFICfg
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue