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:
4b870c2
)
mwifiex: update rx packet descriptor structure to match FW
author
Avinash Patil
<patila@marvell.com>
Thu, 13 Nov 2014 16:24:13 +0000
(21:54 +0530)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 17 Nov 2014 20:32:14 +0000
(15:32 -0500)
RX packet descriptor structure has recently changed in FW.
This patch updates rxpd accordingly.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/fw.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mwifiex/fw.h
b/drivers/net/wireless/mwifiex/fw.h
index 7f922a882c13a4dcfa7481f0a854330955b32f09..e095f371545a0c4e0d5d7db4199c42c1c2a30e42 100644
(file)
--- a/
drivers/net/wireless/mwifiex/fw.h
+++ b/
drivers/net/wireless/mwifiex/fw.h
@@
-584,6
+584,7
@@
struct rxpd {
* [Bit 7] Reserved
*/
u8 ht_info;
+ u8 reserved[3];
u8 flags;
} __packed;