Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1815173pxb; Fri, 5 Feb 2021 02:02:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJxF1Jjss2Sb/QRvpAhfrmi0shf4NXacxXe5VZgghP6vE+fn3EkqROuZffimUC986HyDmLQd X-Received: by 2002:a17:906:1f42:: with SMTP id d2mr3307038ejk.297.1612519327808; Fri, 05 Feb 2021 02:02:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612519327; cv=none; d=google.com; s=arc-20160816; b=kktlMCpQyiB9NRyRFgu6AFEwHxHCkKgSRo1veKhOtd9+49XhErat1+LglnwQ9DjMQT 7L3M9OEI32fCER8dnk3qNLOw5DF3oKSO50iUO6+hd1j0DIBtJBdGd05lZTiGGxJq7xiM o5SO2QIq/x6v5nQBc6rCHWPncTYM2U7DDmSBtkbODt1gMGW05g19rXy5F1gUUOn6bTJk TAldkVPAUZDoNP0vY6T1HQoeYKLG6CzWFigLR1HhdNbgiTkPWCMN+0oRDbI6w/Q2wTYx oOZ+g7pTzn0JiAqkplvvjY2wE+EBuve1AShEyGfmOjCV+Ttu9aV75n0stX00NrIv+EIT D+Kw== 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=dVatPRW8fBhs4++eWTan1rr1vVRb8LXvBKcmGbZ0hp4=; b=GgUtah3X3KZgIn52nFREQ5sxDbPgwo4Lw7fwOUxQ/dnVWo24EwjXTja5I5Bxqax/w8 lZuLmiKybYNk+82nyNt0OVg08oKJ+L1f2HhAWcpWZ3YaXZ5kXjmu5s//QAtNdEpVUgiP WdDz+rCoSAzeGqyRgkJULY6FFHUmL+Wc0DCWV3uuPvCW2zy/0EiOOXd5v3+y8SH6OAkL fr2nzVBwjzE534lfyR5QLmtPuGgsDF/VUs89EXg7tNoRXJbdjjnDesfGZ4yLoOTNs79H 3bbov1Us3vzB3e4dhkHCih89AW/xf2dl1pirYrfdsD2GH6Ek3FerJmVjSETJTDvtSvb4 9YYg== 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 g9si4842831ejj.456.2021.02.05.02.01.42; Fri, 05 Feb 2021 02:02:07 -0800 (PST) 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 S229511AbhBEKA7 (ORCPT + 99 others); Fri, 5 Feb 2021 05:00:59 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:43846 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230482AbhBEJ6I (ORCPT ); Fri, 5 Feb 2021 04:58:08 -0500 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[127.0.1.1]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1l7xrW-0044mA-PS; Fri, 05 Feb 2021 11:57:15 +0200 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.1+ Message-Id: Date: Fri, 05 Feb 2021 11:57:14 +0200 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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.4 Subject: Re: [RESEND PATCH 01/12] iwlwifi: mvm: advertise BIGTK client support if available Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Johannes Berg > > If the firmware has support, then advertise it to the stack and > send the key down. Since we re-check the protection in the host > anyway, we don't really need to do anything on RX except that we > should drop frames that the firmware _knows_ are replay errors, > since beacon filtering might otherwise result in replays being > possible. > > Signed-off-by: Johannes Berg > Signed-off-by: Luca Coelho 11 patches applied to iwlwifi-next.git, thanks. b1fdc2505abc iwlwifi: mvm: advertise BIGTK client support if available e497bed1a284 iwlwifi: bump FW API to 60 for AX devices 46e64deaa868 iwlwifi: fw api: make hdr a zero-size array again 85b7eb490e86 iwlwifi: mvm: slightly clean up rs_fw_set_supp_rates() 6f60fb03c8e7 iwlwifi: move SnJ and So rules to the new tables 930be4e76f26 iwlwifi: add support for SnJ with Jf devices 11f8c533da72 iwlwifi: mvm: move early time-point before nvm_init in non-unified 7f9c3bc465b2 iwlwifi: pcie: add support for SnJ with Hr1 d8cf2cfa9746 iwlwifi: mvm: cancel the scan delayed work when scan is aborted d8367b124cf6 iwlwifi: mvm: make iwl_mvm_tt_temp_changed() static e5d153ec54f0 iwlwifi: mvm: fix CSA AP side