diff options
Diffstat (limited to 'drivers/net/wireless/p54common.h')
| -rw-r--r-- | drivers/net/wireless/p54common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/p54common.h b/drivers/net/wireless/p54common.h index a721334e20d9..b67ff34e26fe 100644 --- a/drivers/net/wireless/p54common.h +++ b/drivers/net/wireless/p54common.h | |||
| @@ -53,10 +53,10 @@ struct pda_entry { | |||
| 53 | } __attribute__ ((packed)); | 53 | } __attribute__ ((packed)); |
| 54 | 54 | ||
| 55 | struct eeprom_pda_wrap { | 55 | struct eeprom_pda_wrap { |
| 56 | u32 magic; | 56 | __le32 magic; |
| 57 | u16 pad; | 57 | __le16 pad; |
| 58 | u16 len; | 58 | __le16 len; |
| 59 | u32 arm_opcode; | 59 | __le32 arm_opcode; |
| 60 | u8 data[0]; | 60 | u8 data[0]; |
| 61 | } __attribute__ ((packed)); | 61 | } __attribute__ ((packed)); |
| 62 | 62 | ||
