Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4660862pxj; Tue, 22 Jun 2021 05:25:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJztgGYMkyULkNO6OgkDZnTrH0+rmLuS35HNXnQUBO0OOqKEg1/tVrl3M0w9gcaJ0JJ9pJAZ X-Received: by 2002:a05:6402:510e:: with SMTP id m14mr4585771edd.225.1624364704799; Tue, 22 Jun 2021 05:25:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624364704; cv=none; d=google.com; s=arc-20160816; b=gJOyBgAXw765tvbXvGizmRpTr+tAKJPcwkXe9LOYoIIwfbbOw3h6rHWb3yaaO1lKA3 1cPWhWESbR1zYTGusceyBGo+M/CrjsqItrmOgUANFToRtQKUAYi+S3Qfdf49ugEbC4xm uFGGhQcsA7pn9M4tA+IZsVDcj0RjBu8RyghFNkCWDaa9jcV5yJiP8TCdY9xQnRLoi/L+ LnlnVglfH5xl0WYeXlIBDG/2FVjEB+ChhGFRszq5baBZ4iNqkiQ0Ex8Ie53ZAlhXCyuP jHivSjbGvrJL2kk8irgs669e33uBaPePJjHnls0aSK46e2zSLP5Kh4GIgg+9k1xoPfWw 4jmw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:date:message-id:user-agent:cc:to :references:in-reply-to:from:content-transfer-encoding:mime-version; bh=DX8odtDSbDzydzFUgJ6NbPYZm9yv3aD10L6TBYL26Zo=; b=DSJQZt50CljEhj/WcQjTO7Cd8vm5mVNqmpVItFUuBuGlN8CGCjAko/Z/q0HxKAu6n8 WuoMq6/QcCGM1eP4O9Fdufcl/7I2dtenDgcrDWaLsrKZcWI9RSf8jY2DLaZ3ZZwDFj7p 8u6M2K0ZGlBW1+u/6pQD1FmZsQ4K06GjLwJO3ZNaEGT/goI8Cig0xh1S4OF6I++ZghEo XaztEBVJeqae+r+MhZj5xklvOJLKgRDG6hrRtxk+9Qu1cGKrAmQswY+0XY9sVdaoKIaa rNoN9PT0Sa6uCHkMKfJEPUKiAI2kh8YLdJsP4w6lE4YP79jhatzL+wxM/f6v5zVdPMQJ hcrw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p12si15567192ejn.260.2021.06.22.05.24.41; Tue, 22 Jun 2021 05:25:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231272AbhFVMZL (ORCPT + 99 others); Tue, 22 Jun 2021 08:25:11 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:48540 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230393AbhFVMZK (ORCPT ); Tue, 22 Jun 2021 08:25:10 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=kveik.lan) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lvfQa-001awZ-F6; Tue, 22 Jun 2021 15:22:53 +0300 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: References: To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.2 Message-Id: Date: Tue, 22 Jun 2021 15:22:53 +0300 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.5-pre1 Subject: Re: [PATCH 01/10] iwlwifi: mvm: Explicitly stop session protection before unbinding Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Ilan Peer > > In case of unbinding, the FW would remove the session protection time > events without sending a notification, so explicitly cancel the > session protection, so future requests for mgd_prepare_tx() would not > assume that the session protection is running. > > Signed-off-by: Ilan Peer > Signed-off-by: Luca Coelho 10 patches applied to iwlwifi-next.git, thanks. 36ec9b2d888b iwlwifi: mvm: Explicitly stop session protection before unbinding 429fdaf8225c iwlwifi: mvm: don't request mac80211 to disable/enable sta's queues 995567a6e716 iwlwifi: support ver 6 of WOWLAN_CONFIGURATION and ver 10 of WOWLAN_GET_STATUSES 74036b4eee86 iwlwifi: mvm: support LONG_GROUP for WOWLAN_GET_STATUSES version 9a3daf10de54 iwlwifi: pcie: free IML DMA memory allocation 50e5cd79b42b iwlwifi: pcie: fix context info freeing f34f4bf5e572 iwlwifi: mvm: fill phy_data.d1 for no-data RX bd2a0cc7707b iwlwifi: pcie: free some DMA memory earlier a28c4e3dc256 iwlwifi: fix NUM_IWL_UCODE_TLV_* definitions to avoid sparse errors 48effacf61ed iwlwifi: mvm: introduce iwl_proto_offload_cmd_v4