summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2011-01-28 15:47:46 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-01-28 20:46:24 (GMT)
commita839cf6955fb6cb731235c310cb0c72c1a2fecbe (patch)
treeac29b987d552cc0ff42dd0aaee51635fda80bedc /drivers
parent5a5289dfa5f79168bd477bba2353da90786c83d6 (diff)
downloadlinux-fsl-qoriq-a839cf6955fb6cb731235c310cb0c72c1a2fecbe.tar.xz
iwlwifi: remove unneeded __packed
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 <sgruszka@redhat.com> Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h
index 6fa1383..b5f21e0 100644
--- 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 {