From patchwork Wed Jun 19 17:41:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 11004933 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B1B4014DB for ; Wed, 19 Jun 2019 17:42:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9E76F26E55 for ; Wed, 19 Jun 2019 17:42:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 931AE28488; Wed, 19 Jun 2019 17:42:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 43EE7284BD for ; Wed, 19 Jun 2019 17:42:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730110AbfFSRmJ (ORCPT ); Wed, 19 Jun 2019 13:42:09 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:54510 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726380AbfFSRmJ (ORCPT ); Wed, 19 Jun 2019 13:42:09 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hdeb1-0002zq-5G; Wed, 19 Jun 2019 20:42:07 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, Luca Coelho Subject: [PATCH 0/6] iwlwifi: fixes intended for 5.2 2019-06-19 Date: Wed, 19 Jun 2019 20:41:53 +0300 Message-Id: <20190619174159.13927-1-luca@coelho.fi> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Luca Coelho Hi, This is the third patchset with fixes for v5.2. The changes are: * A bunch of RF-kill fixes by Emmanuel; * A fix for AP mode, also related to RF-kill, by Johannes. As usual, I'm pushing this to a pending branch, for kbuild bot. And as we agreed, I'll delegate these patches to you in patchwork for you to apply them directly. Please review. Cheers, Luca. Emmanuel Grumbach (5): iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-X iwlwifi: fix RF-Kill interrupt while FW load for gen2 devices iwlwifi: pcie: don't service an interrupt that was masked iwlwifi: don't WARN when calling iwl_get_shared_mem_conf with RF-Kill iwlwifi: mvm: clear rfkill_safe_init_done when we start the firmware Johannes Berg (1): iwlwifi: mvm: delay GTK setting in FW in AP mode drivers/net/wireless/intel/iwlwifi/fw/smem.c | 12 +++- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 8 ++- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 53 ++++++++++++++- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 3 + .../intel/iwlwifi/pcie/ctxt-info-gen3.c | 2 +- .../wireless/intel/iwlwifi/pcie/ctxt-info.c | 2 +- .../wireless/intel/iwlwifi/pcie/internal.h | 27 ++++++++ drivers/net/wireless/intel/iwlwifi/pcie/rx.c | 66 ++++++++++++------- .../wireless/intel/iwlwifi/pcie/trans-gen2.c | 9 +++ 9 files changed, 149 insertions(+), 33 deletions(-)