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:
33158fe
)
iwlwifi: dvm: pad iwl_compressed_ba_resp
author
Emmanuel Grumbach
<
[email protected]
>
Wed, 27 Feb 2013 09:21:07 +0000
(11:21 +0200)
committer
Johannes Berg
<
[email protected]
>
Wed, 6 Mar 2013 15:47:53 +0000
(16:47 +0100)
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 <
[email protected]
>
Signed-off-by: Johannes Berg <
[email protected]
>
drivers/net/wireless/iwlwifi/dvm/commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/dvm/commands.h
b/drivers/net/wireless/iwlwifi/dvm/commands.h
index 22100c2a56eab851ce7516b067be7ae0661a7160..95ca026ecc9d6be7383e2986385e84d374cb6964 100644
(file)
--- 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;
/*