Commit 0e954099 authored by John W. Linville's avatar John W. Linville

iwlwifi: convert new uses of __attribute__ ((packed)) to __packed

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent beabe914
...@@ -1245,7 +1245,7 @@ struct iwl_txfifo_flush_cmd { ...@@ -1245,7 +1245,7 @@ struct iwl_txfifo_flush_cmd {
__le32 fifo_control; __le32 fifo_control;
__le16 flush_control; __le16 flush_control;
__le16 reserved; __le16 reserved;
} __attribute__ ((packed)); } __packed;
/* /*
* REPLY_WEP_KEY = 0x20 * REPLY_WEP_KEY = 0x20
...@@ -3547,7 +3547,7 @@ struct iwl_sensitivity_cmd { ...@@ -3547,7 +3547,7 @@ struct iwl_sensitivity_cmd {
struct iwl_enhance_sensitivity_cmd { struct iwl_enhance_sensitivity_cmd {
__le16 control; /* always use "1" */ __le16 control; /* always use "1" */
__le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */ __le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */
} __attribute__ ((packed)); } __packed;
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment