rtl8188eu: Convert typedef statements in include/odm_types.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-26 15:25:06 -05:00
parent cf3dfeecf9
commit 75fa3f7c0b
15 changed files with 52 additions and 65 deletions

View file

@ -149,7 +149,7 @@ static u4Byte Array_MAC_REG_8188E[] = {
0x70B, 0x00000087,
};
HAL_STATUS
enum HAL_STATUS
ODM_ReadAndConfig_MAC_REG_8188E(
struct odm_dm_struct * pDM_Odm
)
@ -170,7 +170,7 @@ ODM_ReadAndConfig_MAC_REG_8188E(
PADAPTER Adapter = pDM_Odm->Adapter;
struct xmit_frame *pxmit_frame;
u8 bndy_cnt = 1;
HAL_STATUS rst =HAL_STATUS_SUCCESS;
enum HAL_STATUS rst = HAL_STATUS_SUCCESS;
hex += board;
hex += interfaceValue << 8;
hex += platform << 16;