Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a839cf69 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by John W. Linville
Browse files

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: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Acked-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5a5289df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {