rtl8188eu: Convert "typedef struct PG_PKT_STRUCT_A" to "struct pgpkt"

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-22 17:54:53 -05:00
parent c2a914a341
commit b8e9aac38d
3 changed files with 22 additions and 24 deletions

View file

@ -75,12 +75,12 @@ enum _EFUSE_DEF_TYPE {
#define EFUSE_MAX_WORD_UNIT 4
/*------------------------------Define structure----------------------------*/
typedef struct PG_PKT_STRUCT_A{
struct pgpkt {
u8 offset;
u8 word_en;
u8 data[8];
u8 word_cnts;
}PGPKT_STRUCT,*PPGPKT_STRUCT;
};
/*------------------------------Define structure----------------------------*/
typedef struct _EFUSE_HAL{