mwifiex: update rx packet descriptor structure to match FW
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>
This commit is contained in:
parent
4b870c26e0
commit
9d31c1c763
|
@ -584,6 +584,7 @@ struct rxpd {
|
||||||
* [Bit 7] Reserved
|
* [Bit 7] Reserved
|
||||||
*/
|
*/
|
||||||
u8 ht_info;
|
u8 ht_info;
|
||||||
|
u8 reserved[3];
|
||||||
u8 flags;
|
u8 flags;
|
||||||
} __packed;
|
} __packed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue