mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 22:13:06 +00:00
rtl8188eu: Convert typedef statements in include/HalVerDef.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
35fba91a0f
commit
c2a914a341
5 changed files with 23 additions and 36 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#define _HAL_INIT_C_
|
||||
|
||||
void dump_chip_info(HAL_VERSION ChipVersion)
|
||||
void dump_chip_info(struct HAL_VERSION ChipVersion)
|
||||
{
|
||||
uint cnt = 0;
|
||||
char buf[128];
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue