mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: More cleanups of code
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
3535ad59e3
commit
d597e07a9e
62 changed files with 1765 additions and 1768 deletions
|
@ -42,14 +42,14 @@
|
|||
|
||||
static void
|
||||
dm_CheckProtection(
|
||||
IN PADAPTER Adapter
|
||||
PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
dm_CheckStatistics(
|
||||
IN PADAPTER Adapter
|
||||
PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ static void dm_CheckPbcGPIO(_adapter *padapter)
|
|||
//
|
||||
void
|
||||
dm_InterruptMigration(
|
||||
IN PADAPTER Adapter
|
||||
PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
HAL_DATA_TYPE *pHalData = GET_HAL_DATA(Adapter);
|
||||
|
@ -212,7 +212,7 @@ dm_InterruptMigration(
|
|||
//
|
||||
static void
|
||||
dm_InitGPIOSetting(
|
||||
IN PADAPTER Adapter
|
||||
PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter);
|
||||
|
@ -373,7 +373,7 @@ static void Update_ODM_ComInfo_88E(PADAPTER Adapter)
|
|||
|
||||
void
|
||||
rtl8188e_InitHalDm(
|
||||
IN PADAPTER Adapter
|
||||
PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
PHAL_DATA_TYPE pHalData = GET_HAL_DATA(Adapter);
|
||||
|
@ -398,7 +398,7 @@ rtl8188e_InitHalDm(
|
|||
|
||||
void
|
||||
rtl8188e_HalDmWatchDog(
|
||||
IN PADAPTER Adapter
|
||||
PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
bool bFwCurrentInPSMode = _FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue