mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Convert typedef statements in include/Hal8188EPwrSeq.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
15888962e2
commit
a4a1896f86
4 changed files with 25 additions and 29 deletions
|
@ -49,9 +49,9 @@ u8 HalPwrSeqCmdParsing(
|
|||
u8 CutVersion,
|
||||
u8 FabVersion,
|
||||
u8 InterfaceType,
|
||||
WLAN_PWR_CFG PwrSeqCmd[])
|
||||
struct wl_pwr_cfg PwrSeqCmd[])
|
||||
{
|
||||
WLAN_PWR_CFG PwrCfgCmd = {0};
|
||||
struct wl_pwr_cfg PwrCfgCmd = {0};
|
||||
u8 bPollingBit = false;
|
||||
u32 AryIdx = 0;
|
||||
u8 value = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue