rtl8188eu: Convert typedef statements in include/Hal8188EPwrSeq.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-26 17:29:07 -05:00
parent 15888962e2
commit a4a1896f86
4 changed files with 25 additions and 29 deletions

View file

@ -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;