Browse Source

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>
Avinash Patil 10 years ago
parent
commit
9d31c1c763
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wireless/mwifiex/fw.h

+ 1 - 0
drivers/net/wireless/mwifiex/fw.h

@@ -584,6 +584,7 @@ struct rxpd {
 	 * [Bit 7] Reserved
 	 */
 	u8 ht_info;
+	u8 reserved[3];
 	u8 flags;
 } __packed;