rtl8188eu: Convert typedef statements in include/HalVerDef.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-22 17:43:38 -05:00
parent 35fba91a0f
commit c2a914a341
5 changed files with 23 additions and 36 deletions

View file

@ -2376,10 +2376,10 @@ rtl8188e_Efuse_PgPacketWrite( PADAPTER pAdapter,
return ret;
}
static HAL_VERSION ReadChipVersion8188E(PADAPTER padapter)
static struct HAL_VERSION ReadChipVersion8188E(PADAPTER padapter)
{
u32 value32;
HAL_VERSION ChipVersion;
struct HAL_VERSION ChipVersion;
HAL_DATA_TYPE *pHalData;