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=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 1EB96C4727E for ; Thu, 1 Oct 2020 18:58:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CBBF420872 for ; Thu, 1 Oct 2020 18:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730045AbgJAS6t (ORCPT ); Thu, 1 Oct 2020 14:58:49 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:53662 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729047AbgJAS6t (ORCPT ); Thu, 1 Oct 2020 14:58:49 -0400 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 1kO3mx-002NCi-BB; Thu, 01 Oct 2020 21:58:47 +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.8.6 Message-Id: Date: Thu, 01 Oct 2020 21:58:47 +0300 Subject: Re: [PATCH 06/15] iwlwifi: mvm: Don't install CMAC/GMAC key in AP mode Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Andrei Otcheretianski > > Due to a missing break, the management multicast key was installed even > though we don't really support it. Fix that, so mac80211 would know that > it should protect frames in software. > > Signed-off-by: Andrei Otcheretianski > Signed-off-by: Luca Coelho 10 patches applied to iwlwifi-next.git, thanks. a1c2ff302413 iwlwifi: mvm: Don't install CMAC/GMAC key in AP mode 870bde78576c iwlwifi: mvm: add support for new version of WOWLAN_TKIP_SETTING_API_S 2b3eb122342c iwlwifi: mvm: process ba-notifications also when sta rcu is invalid 090a5d7c8b19 iwlwifi: don't export acpi functions unnecessarily ee3ae3a18a74 iwlwifi: mvm: add support for new WOWLAN_TSC_RSC_PARAM version cfa5d0ca0f61 iwlwifi: mvm: remove redundant support_umac_log field 59ca9572dee9 iwlwifi: mvm: use CHECKSUM_COMPLETE f604324eefec iwlwifi: remove iwl_validate_sar_geo_profile() export f961e9fc35cc iwlwifi: acpi: remove dummy definition of iwl_sar_set_profile() 38cb52dd4e86 iwlwifi: add new card for MA family