mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 15:08:25 -04:00
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:
committed by
John W. Linville
parent
4b870c26e0
commit
9d31c1c763
@@ -584,6 +584,7 @@ struct rxpd {
|
||||
* [Bit 7] Reserved
|
||||
*/
|
||||
u8 ht_info;
|
||||
u8 reserved[3];
|
||||
u8 flags;
|
||||
} __packed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user