mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 00:24:20 +00:00
rtl8188eu: Convert most typedef statements from include/rtw_pwrctrl.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
aa1c606fc6
commit
a831dc1f7e
6 changed files with 36 additions and 38 deletions
|
@ -2428,7 +2428,7 @@ static void rtl8188e_read_chip_version(PADAPTER padapter)
|
|||
|
||||
static void rtl8188e_GetHalODMVar(
|
||||
PADAPTER Adapter,
|
||||
HAL_ODM_VARIABLE eVariable,
|
||||
enum hal_odm_variable eVariable,
|
||||
void * pValue1,
|
||||
bool bSet)
|
||||
{
|
||||
|
@ -2443,7 +2443,7 @@ static void rtl8188e_GetHalODMVar(
|
|||
}
|
||||
static void rtl8188e_SetHalODMVar(
|
||||
PADAPTER Adapter,
|
||||
HAL_ODM_VARIABLE eVariable,
|
||||
enum hal_odm_variable eVariable,
|
||||
void * pValue1,
|
||||
bool bSet)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue