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:
5a5289d
)
iwlwifi: remove unneeded __packed
author
Stanislaw Gruszka
<
[email protected]
>
Fri, 28 Jan 2011 15:47:46 +0000
(16:47 +0100)
committer
John W. Linville
<
[email protected]
>
Fri, 28 Jan 2011 20:46:24 +0000
(15:46 -0500)
struct iwl_queue is not part of firmware interface, so __packed is not
needed. Remove it since is may affect performance.
Signed-off-by: Stanislaw Gruszka <
[email protected]
>
Acked-by: Wey-Yi Guy <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-dev.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-dev.h
b/drivers/net/wireless/iwlwifi/iwl-dev.h
index 6fa1383d72ec5af1d567be8d3bcb153de9daa5db..b5f21e0419532689f9137b788dd3eb2527df54f4 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-dev.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-dev.h
@@
-138,7
+138,7
@@
struct iwl_queue {
* space more than this */
int high_mark; /* high watermark, stop queue if free
* space less than this */
-}
__packed
;
+};
/* One for each TFD */
struct iwl_tx_info {