aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/wl12xx/wl1271_cmd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271_cmd.h b/drivers/net/wireless/wl12xx/wl1271_cmd.h
index 57d69057b4fa..174b8209dbf3 100644
--- a/drivers/net/wireless/wl12xx/wl1271_cmd.h
+++ b/drivers/net/wireless/wl12xx/wl1271_cmd.h
@@ -184,7 +184,7 @@ struct cmd_read_write_memory {
184 of this field is the Host in WRITE command or the Wilink in READ 184 of this field is the Host in WRITE command or the Wilink in READ
185 command. */ 185 command. */
186 u8 value[MAX_READ_SIZE]; 186 u8 value[MAX_READ_SIZE];
187}; 187} __attribute__ ((packed));
188 188
189#define CMDMBOX_HEADER_LEN 4 189#define CMDMBOX_HEADER_LEN 4
190#define CMDMBOX_INFO_ELEM_HEADER_LEN 4 190#define CMDMBOX_INFO_ELEM_HEADER_LEN 4
@@ -399,12 +399,12 @@ struct wl1271_cmd_trigger_scan_to {
399 struct wl1271_cmd_header header; 399 struct wl1271_cmd_header header;
400 400
401 __le32 timeout; 401 __le32 timeout;
402}; 402} __attribute__ ((packed));
403 403
404struct wl1271_cmd_test_header { 404struct wl1271_cmd_test_header {
405 u8 id; 405 u8 id;
406 u8 padding[3]; 406 u8 padding[3];
407}; 407} __attribute__ ((packed));
408 408
409enum wl1271_channel_tune_bands { 409enum wl1271_channel_tune_bands {
410 WL1271_CHANNEL_TUNE_BAND_2_4, 410 WL1271_CHANNEL_TUNE_BAND_2_4,