diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-07-27 11:59:19 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-07-27 11:59:19 -0400 |
commit | 800f65bba8d2030b3fef62850e203f9f176625a8 (patch) | |
tree | 6507c4fe7a0826c253b4afb29375ab306a0fd9c8 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 06b3cda0c12986f5bba578b918b188d731c4e191 (diff) | |
parent | b3190df628617c7a4f188a9465aeabe1f5761933 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
Conflicts:
drivers/net/wireless/iwlwifi/iwl-commands.h
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 5e4745db5dc6..f35bcad56e36 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -138,7 +138,7 @@ struct iwl_queue { | |||
138 | * space more than this */ | 138 | * space more than this */ |
139 | int high_mark; /* high watermark, stop queue if free | 139 | int high_mark; /* high watermark, stop queue if free |
140 | * space less than this */ | 140 | * space less than this */ |
141 | } __attribute__ ((packed)); | 141 | } __packed; |
142 | 142 | ||
143 | /* One for each TFD */ | 143 | /* One for each TFD */ |
144 | struct iwl_tx_info { | 144 | struct iwl_tx_info { |
@@ -324,8 +324,8 @@ struct iwl_device_cmd { | |||
324 | struct iwl_tx_cmd tx; | 324 | struct iwl_tx_cmd tx; |
325 | struct iwl6000_channel_switch_cmd chswitch; | 325 | struct iwl6000_channel_switch_cmd chswitch; |
326 | u8 payload[DEF_CMD_PAYLOAD_SIZE]; | 326 | u8 payload[DEF_CMD_PAYLOAD_SIZE]; |
327 | } __attribute__ ((packed)) cmd; | 327 | } __packed cmd; |
328 | } __attribute__ ((packed)); | 328 | } __packed; |
329 | 329 | ||
330 | #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) | 330 | #define TFD_MAX_PAYLOAD_SIZE (sizeof(struct iwl_device_cmd)) |
331 | 331 | ||
@@ -579,7 +579,7 @@ struct iwl_ucode_tlv { | |||
579 | __le16 alternative; /* see comment */ | 579 | __le16 alternative; /* see comment */ |
580 | __le32 length; /* not including type/length fields */ | 580 | __le32 length; /* not including type/length fields */ |
581 | u8 data[0]; | 581 | u8 data[0]; |
582 | } __attribute__ ((packed)); | 582 | } __packed; |
583 | 583 | ||
584 | #define IWL_TLV_UCODE_MAGIC 0x0a4c5749 | 584 | #define IWL_TLV_UCODE_MAGIC 0x0a4c5749 |
585 | 585 | ||