From patchwork Wed Apr 3 08:18:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 10883023 X-Patchwork-Delegate: kvalo@adurom.com 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 7DC291800 for ; Wed, 3 Apr 2019 08:18:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6AC1428986 for ; Wed, 3 Apr 2019 08:18:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5CC46289A1; Wed, 3 Apr 2019 08:18:41 +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 3406728986 for ; Wed, 3 Apr 2019 08:18:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728918AbfDCISj (ORCPT ); Wed, 3 Apr 2019 04:18:39 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:49636 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725936AbfDCISi (ORCPT ); Wed, 3 Apr 2019 04:18:38 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa) by farmhouse.coelho.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1hBb6S-0007Xi-3n; Wed, 03 Apr 2019 11:18:36 +0300 Message-ID: <6f02ef035f948c9d01d66f52f84403caf2384001.camel@coelho.fi> From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org, linuxwifi@intel.com, david.e.box@intel.com, joe.konno@intel.com Date: Wed, 03 Apr 2019 11:18:34 +0300 User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: pull-request: iwlwifi-fixes 2019-04-03 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 Hi Kalle, This is the second batch of fixes for v5.1. More details about the contents in the tag description. I have sent this out before and kbuildbot reported success. Please let me know if there are any issues. Cheers, Luca. The following changes since commit 4837696f6b5451242b2095764287b6336e844683: Merge tag 'iwlwifi-for-kalle-2019-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes (2019-03-30 08:33:40 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes.git tags/iwlwifi-for-kalle-2019-04-03 for you to fetch changes up to debec2f23910cb17f2c0f6d5e30a8da00bb5f515: iwlwifi: add support for quz firmwares (2019-04-03 11:13:06 +0300) ---------------------------------------------------------------- Second batch of iwlwifi fixes intended for v5.1 * fix for a potential deadlock in the TX path; * a fix for offloaded rate-control; * support new PCI HW IDs which use a new FW; ---------------------------------------------------------------- Johannes Berg (2): iwlwifi: mvm: avoid possible deadlock in TX path iwlwifi: mvm: update offloaded rate control on changes Luca Coelho (1): iwlwifi: add support for quz firmwares drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 18 ++++++++++++++++-- drivers/net/wireless/intel/iwlwifi/iwl-config.h | 1 + drivers/net/wireless/intel/iwlwifi/iwl-csr.h | 1 + drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 7 +++++++ drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 2 ++ drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 4 ++++ 6 files changed, 31 insertions(+), 2 deletions(-)