From patchwork Fri Mar 22 10:58:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 10865499 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 D1C951708 for ; Fri, 22 Mar 2019 10:58:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B730A2A696 for ; Fri, 22 Mar 2019 10:58:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A93AC2A698; Fri, 22 Mar 2019 10:58:17 +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 0F6E72A696 for ; Fri, 22 Mar 2019 10:58:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728111AbfCVK6P (ORCPT ); Fri, 22 Mar 2019 06:58:15 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:45970 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726667AbfCVK6P (ORCPT ); Fri, 22 Mar 2019 06:58:15 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=chariottest7) by farmhouse.coelho.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.91) (envelope-from ) id 1h7HsK-0000X2-Ov; Fri, 22 Mar 2019 12:58:13 +0200 Message-ID: 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: Fri, 22 Mar 2019 12:58:10 +0200 User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: pull-request: iwlwifi-fixes 2019-03-22 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 first 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 7dfc45e6282a7662279d168cc1219929456f8750: mt76x02: do not enable RTS/CTS by default (2019-03-19 17:37:25 +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-03-22 for you to fetch changes up to 972d8e1377795556024e948357e82532890f2f7d: iwlwifi: add new 0x2723/0x2080 card for 22000 (2019-03-22 12:49:05 +0200) ---------------------------------------------------------------- First batch of iwlwifi fixes intended for v5.1 * add some new PCI IDs (plus a struct name change they depend on); * fix crypto with new devices, namely 22560 and above; * a bunch of fixes (and a dependency) for the new debugging infra; ---------------------------------------------------------------- Ihab Zhaika (2): iwlwifi: rename structs to fit the new names iwlwifi: add new 0x2723/0x2080 card for 22000 Johannes Berg (1): iwlwifi: mvm: fix TX crypto on 22560+ devices Shahar S Matityahu (4): iwlwifi: add sync_nmi to trans ops iwlwifi: dbg_ini: in case of region dump failure set memory to 0 iwlwifi: dbg_ini: fix bad dump size calculation iwlwifi: use sync nmi in case of init flow failure drivers/net/wireless/intel/iwlwifi/cfg/22000.c | 12 ++++++------ drivers/net/wireless/intel/iwlwifi/fw/dbg.c | 34 ++++++++-------------------------- drivers/net/wireless/intel/iwlwifi/fw/init.c | 1 - drivers/net/wireless/intel/iwlwifi/iwl-config.h | 2 +- drivers/net/wireless/intel/iwlwifi/iwl-trans.h | 12 ++++++------ drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c | 64 +++++++++++++++------------------------------------------------- drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 1 - drivers/net/wireless/intel/iwlwifi/mvm/sta.c | 41 ++--------------------------------------- drivers/net/wireless/intel/iwlwifi/mvm/sta.h | 7 ++----- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 13 +++++++------ drivers/net/wireless/intel/iwlwifi/pcie/internal.h | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 7 ++++--- drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 2 +- 14 files changed, 54 insertions(+), 146 deletions(-)