aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-07-14 10:37:32 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-07-14 13:52:46 -0400
commit0e954099b7910524b7fae831fbf2933bd25cb6d0 (patch)
tree9fd26ed4dd71853794c864de11fad1b71e76eab0 /drivers/net/wireless/iwlwifi
parentbeabe91462919efaf4a97b5001d564027a894728 (diff)
iwlwifi: convert new uses of __attribute__ ((packed)) to __packed
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h
index a587999d07db..74ad10f830c5 100644
--- a/drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/drivers/net/wireless/iwlwifi/iwl-commands.h
@@ -1245,7 +1245,7 @@ struct iwl_txfifo_flush_cmd {
1245 __le32 fifo_control; 1245 __le32 fifo_control;
1246 __le16 flush_control; 1246 __le16 flush_control;
1247 __le16 reserved; 1247 __le16 reserved;
1248} __attribute__ ((packed)); 1248} __packed;
1249 1249
1250/* 1250/*
1251 * REPLY_WEP_KEY = 0x20 1251 * REPLY_WEP_KEY = 0x20
@@ -3547,7 +3547,7 @@ struct iwl_sensitivity_cmd {
3547struct iwl_enhance_sensitivity_cmd { 3547struct iwl_enhance_sensitivity_cmd {
3548 __le16 control; /* always use "1" */ 3548 __le16 control; /* always use "1" */
3549 __le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */ 3549 __le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */
3550} __attribute__ ((packed)); 3550} __packed;
3551 3551
3552 3552
3553/** 3553/**