mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-13 00:32:24 +00:00
rtl8188eu: Align the eeprom buffer
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
dc10076d5c
commit
ce4406631c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ struct eeprom_priv {
|
||||||
u8 mac_addr[6]; /* PermanentAddress */
|
u8 mac_addr[6]; /* PermanentAddress */
|
||||||
u16 channel_plan;
|
u16 channel_plan;
|
||||||
u8 EepromOrEfuse;
|
u8 EepromOrEfuse;
|
||||||
u8 efuse_eeprom_data[HWSET_MAX_SIZE_512];
|
u8 efuse_eeprom_data[HWSET_MAX_SIZE_512] __aligned(4);
|
||||||
};
|
};
|
||||||
|
|
||||||
void eeprom_write16(struct adapter *padapter, u16 reg, u16 data);
|
void eeprom_write16(struct adapter *padapter, u16 reg, u16 data);
|
||||||
|
|
Loading…
Reference in a new issue