From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB168C48BD4 for ; Tue, 25 Jun 2019 13:13:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C356205ED for ; Tue, 25 Jun 2019 13:13:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="T2Y3/YKs"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="oTRIOfvo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730304AbfFYNNb (ORCPT ); Tue, 25 Jun 2019 09:13:31 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:47302 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729213AbfFYNNa (ORCPT ); Tue, 25 Jun 2019 09:13:30 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 051A16085C; Tue, 25 Jun 2019 13:13:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1561468410; bh=zjou1/WnfU1huNpIrswarKMERzdgOIeCb4I1Jwojw0s=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=T2Y3/YKse19ubmhp1Ki6L9kh5+lMws1Fk45et9eo9o8fS4eOs/hRZQcB91Vo7lvg6 ATbReDqutoNK4ucvp0+WHiNg6tNWncu51TKhj9BMspMGsC/0hkbmNnyKQdhPw/Og0j DOk1OUe/YFXqUse9o1pMsT7B7TFoJ541HKx1/TeE= Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id DEA4761633; Tue, 25 Jun 2019 13:13:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1561468409; bh=zjou1/WnfU1huNpIrswarKMERzdgOIeCb4I1Jwojw0s=; h=Subject:From:In-Reply-To:References:To:Cc:From; b=oTRIOfvoS7WaotVJX8qZtiG3t0LGUk8D+p5AjglO8Cap85dlXqC35oil+XLVi5E5V C6eAZ0ymtwzYZblLdaxkjRDod16HsUvFpCWFVc6XIfaqb3E/U/FSfIFYt/Uow0Dfee uqnMzxgyABf2blzSAK2LxuAmS0ZsXsH6ppxNtB20= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org DEA4761633 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] ath10k: Add peer delete response event From: Kalle Valo In-Reply-To: <1550673001-8779-1-git-send-email-pillair@codeaurora.org> References: <1550673001-8779-1-git-send-email-pillair@codeaurora.org> To: Rakesh Pillai Cc: ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, Dundi Raviteja , Rakesh Pillai User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20190625131330.051A16085C@smtp.codeaurora.org> Date: Tue, 25 Jun 2019 13:13:29 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Rakesh Pillai wrote: > Peer creation in firmware fails if last peer deletion is still > in progress. > > The firmware sends a peer delete response event if it advertises > the service WMI_SERVICE_SYNC_DELETE_CMDS. This peer delete response > event is used to synchronize the peer deletion. > > Add peer delete response event and wait for the event after > deleting every peer from host driver to synchronize with firmware. > > Tested HW: WCN3990 > Tested FW: WLAN.HL.2.0-01188-QCAHLSWMTPLZ-1 > > Signed-off-by: Dundi Raviteja > Signed-off-by: Rakesh Pillai > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. c6f537a11b81 ath10k: Add peer delete response event -- https://patchwork.kernel.org/patch/10822207/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches