projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beabe91
)
iwlwifi: convert new uses of __attribute__ ((packed)) to __packed
author
John W. Linville
<
[email protected]
>
Wed, 14 Jul 2010 14:37:32 +0000
(10:37 -0400)
committer
John W. Linville
<
[email protected]
>
Wed, 14 Jul 2010 17:52:46 +0000
(13:52 -0400)
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index a587999d07dbef4bc29c2587e03c19da1a114920..74ad10f830c5d492b0a30bfb244dc4a821c5a421 100644
(file)
--- 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 {
__le32 fifo_control;
__le16 flush_control;
__le16 reserved;
-} __
attribute__ ((packed))
;
+} __
packed
;
/*
* REPLY_WEP_KEY = 0x20
@@
-3547,7
+3547,7
@@
struct iwl_sensitivity_cmd {
struct iwl_enhance_sensitivity_cmd {
__le16 control; /* always use "1" */
__le16 enhance_table[ENHANCE_HD_TABLE_SIZE]; /* use HD_* as index */
-} __
attribute__ ((packed))
;
+} __
packed
;
/**