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:
8eb0ac7
)
iwlegacy: remove unneeded __packed
author
Stanislaw Gruszka
<
[email protected]
>
Thu, 28 Apr 2011 09:51:28 +0000
(11:51 +0200)
committer
John W. Linville
<
[email protected]
>
Fri, 29 Apr 2011 19:36:14 +0000
(15:36 -0400)
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]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlegacy/iwl-dev.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlegacy/iwl-dev.h
b/drivers/net/wireless/iwlegacy/iwl-dev.h
index 9ee849d669f30532c8ddba597ef09d0827eb49b2..36c01aa3b7c27d3a0873b5d8befd521abc4c90f1 100644
(file)
--- a/
drivers/net/wireless/iwlegacy/iwl-dev.h
+++ b/
drivers/net/wireless/iwlegacy/iwl-dev.h
@@
-134,7
+134,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 {