Return-path: Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:11973 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932329AbaKMKzA (ORCPT ); Thu, 13 Nov 2014 05:55:00 -0500 From: Avinash Patil To: CC: , , , , Avinash Patil Subject: [PATCH 1/6] mwifiex: update rx packet descriptor structure to match FW Date: Thu, 13 Nov 2014 21:54:13 +0530 Message-ID: <1415895858-4007-2-git-send-email-patila@marvell.com> (sfid-20141113_115505_083760_2C09742C) In-Reply-To: <1415895858-4007-1-git-send-email-patila@marvell.com> References: <1415895858-4007-1-git-send-email-patila@marvell.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: RX packet descriptor structure has recently changed in FW. This patch updates rxpd accordingly. Signed-off-by: Avinash Patil Signed-off-by: Cathy Luo --- drivers/net/wireless/mwifiex/fw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/mwifiex/fw.h b/drivers/net/wireless/mwifiex/fw.h index 7f922a8..e095f37 100644 --- 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; -- 1.8.1.4