mwifiex: update rx packet descriptor structure to match FW
authorAvinash Patil <patila@marvell.com>
Thu, 13 Nov 2014 16:24:13 +0000 (21:54 +0530)
committerJohn 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

index 7f922a8..e095f37 100644 (file)
@@ -584,6 +584,7 @@ struct rxpd {
         * [Bit 7] Reserved
         */
        u8 ht_info;
+       u8 reserved[3];
        u8 flags;
 } __packed;