From: Emmanuel Grumbach Date: Wed, 27 Feb 2013 09:21:07 +0000 (+0200) Subject: iwlwifi: dvm: pad iwl_compressed_ba_resp X-Git-Tag: v3.10-rc2~34^2~21^2^2~17^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e4fbe4cc05767fe7e1bbc269376e0e48f365327;p=platform%2Fupstream%2Fkernel-adaptation-pc.git iwlwifi: dvm: pad iwl_compressed_ba_resp All the data coming from the fw must have a length that is multiple of 4. This doesn't change anything to the way we handle the notification. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/iwlwifi/dvm/commands.h b/drivers/net/wireless/iwlwifi/dvm/commands.h index 22100c2..95ca026 100644 --- a/drivers/net/wireless/iwlwifi/dvm/commands.h +++ b/drivers/net/wireless/iwlwifi/dvm/commands.h @@ -1526,6 +1526,7 @@ struct iwl_compressed_ba_resp { __le16 scd_ssn; u8 txed; /* number of frames sent */ u8 txed_2_done; /* number of frames acked */ + __le16 reserved1; } __packed; /*