From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine02.qualcomm.com ([199.106.114.251]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bjTDH-0000QG-Ld for ath10k@lists.infradead.org; Mon, 12 Sep 2016 15:32:07 +0000 From: "Valo, Kalle" Subject: Re: [PATCH] ath10k: Fix rfc1042 header retrieval in QCA4019 with eth decap mode Date: Mon, 12 Sep 2016 15:31:35 +0000 Message-ID: <87fup5m8x5.fsf@kamboji.qca.qualcomm.com> References: <1469623085-13942-1-git-send-email-vthiagar@qti.qualcomm.com> In-Reply-To: <1469623085-13942-1-git-send-email-vthiagar@qti.qualcomm.com> (Vasanthakumar Thiagarajan's message of "Wed, 27 Jul 2016 18:08:05 +0530") Content-Language: en-US Content-ID: MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: "Thiagarajan, Vasanthakumar" Cc: "linux-wireless@vger.kernel.org" , "ath10k@lists.infradead.org" Vasanthakumar Thiagarajan writes: > Chipset from QCA99X0 onwards (QCA99X0, QCA9984, QCA4019 & future) > rx_hdr_status is not padded to align in 4-byte boundary. Define a > new hw_params field to handle different alignment behaviour between > different hw. This patch fixes improper retrieval of rfc1042 header > with QCA4019. This patch along with "ath10k: Properly remove padding > from the start of rx payload" will fix traffic failure in ethernet > decap mode for QCA4019. > > Signed-off-by: Vasanthakumar Thiagarajan There were some conflicts, I fixed them in the pending branch. Please check my changes: https://git.kernel.org/cgit/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=d0d9e40216e1a8edd2f3b387b96aad62c3a49add -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from wolverine01.qualcomm.com ([199.106.114.254]:55501 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933723AbcILPbo (ORCPT ); Mon, 12 Sep 2016 11:31:44 -0400 From: "Valo, Kalle" To: "Thiagarajan, Vasanthakumar" CC: "ath10k@lists.infradead.org" , "linux-wireless@vger.kernel.org" Subject: Re: [PATCH] ath10k: Fix rfc1042 header retrieval in QCA4019 with eth decap mode Date: Mon, 12 Sep 2016 15:31:35 +0000 Message-ID: <87fup5m8x5.fsf@kamboji.qca.qualcomm.com> (sfid-20160912_174235_251096_229D98E5) References: <1469623085-13942-1-git-send-email-vthiagar@qti.qualcomm.com> In-Reply-To: <1469623085-13942-1-git-send-email-vthiagar@qti.qualcomm.com> (Vasanthakumar Thiagarajan's message of "Wed, 27 Jul 2016 18:08:05 +0530") Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: Vasanthakumar Thiagarajan writes: > Chipset from QCA99X0 onwards (QCA99X0, QCA9984, QCA4019 & future) > rx_hdr_status is not padded to align in 4-byte boundary. Define a > new hw_params field to handle different alignment behaviour between > different hw. This patch fixes improper retrieval of rfc1042 header > with QCA4019. This patch along with "ath10k: Properly remove padding > from the start of rx payload" will fix traffic failure in ethernet > decap mode for QCA4019. > > Signed-off-by: Vasanthakumar Thiagarajan There were some conflicts, I fixed them in the pending branch. Please check my changes: https://git.kernel.org/cgit/linux/kernel/git/kvalo/ath.git/commit/?h=3Dpend= ing&id=3Dd0d9e40216e1a8edd2f3b387b96aad62c3a49add --=20 Kalle Valo=