From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gn220-0005lm-Ar for ath10k@lists.infradead.org; Fri, 25 Jan 2019 14:00:29 +0000 From: Kalle Valo Subject: Re: [PATCH] ath10k: fix dma unmap direction for management frames References: <1548390066-12305-1-git-send-email-pillair@codeaurora.org> Date: Fri, 25 Jan 2019 16:00:23 +0200 In-Reply-To: <1548390066-12305-1-git-send-email-pillair@codeaurora.org> (Rakesh Pillai's message of "Fri, 25 Jan 2019 09:51:06 +0530") Message-ID: <87o9843ki0.fsf@codeaurora.org> 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: Rakesh Pillai Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Rakesh Pillai writes: > The management frames transmitted are dma mapped with > direction TO_DEVICE, but incorrectly mapped with > direction FROM_DEVICE during tx complete and error cases. > > Fix the direction of dma during dma unmap of the > transmitted management frames. > > Tested HW: WCN3990 > Tested FW: WLAN.HL.2.0-01188-QCAHLSWMTPLZ-1 > > Fixes: 38a1390e02b7 This should be: Fixes: 38a1390e02b7 ("ath10k: dma unmap mgmt tx buffer if wmi cmd send fails") I'll fix that in the pending branch. -- Kalle Valo _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k