Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp3097776ybl; Fri, 20 Dec 2019 03:57:13 -0800 (PST) X-Google-Smtp-Source: APXvYqwAdN7nMSdZ/wHAya7kSFCIsTxDwCcc4lHousgiceivxjyimFZKEyOZ2vvhVu0THJPoml6W X-Received: by 2002:a9d:32a2:: with SMTP id u31mr13756737otb.249.1576843033384; Fri, 20 Dec 2019 03:57:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576843033; cv=none; d=google.com; s=arc-20160816; b=KPQyuw3YVcBBdKwr6/4rFFvcvoRz8HLDTC6EXSkflmGQzRWR1DOJiXyI9SkXMk7cPc g19KmwVleaxf3baE9RSfQzfHKDHnSn3gO0Gt3DFh4/n3q240XqHRtzfi1Db1YQmTkyiw F+OI8yln8IpmCTBoVU9A0JwR13JzwxlzkUWWcfBHwtshoY0RPd34sv0cO2/nz8mK1g4w hvEBeRaqWAtcBYIae/0aN72Bc6SarUTl2p7RwSlnYmsGoNGms8G9WrA6lqRL90qEAUcS P5rSwoxzwy4f3M8c1xPD2rRGy2nS4reD9giifmZCH52WhRFCFKaqeII4BehONlymRnTg wzig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:subject:content-transfer-encoding :mime-version:message-id:date:cc:to:from; bh=VaYPoCQyLEuQ429eNBid/BoRGC3KLLaW6o6o9a0uVGM=; b=cG8kVhNin857/jc5HbaZsm43gj+TwAexJ8gLB5atc2ZwAWsyUwLZc9FK7ccrZcfhO7 jKOCbCpSXNMHCV3jll1rpXxiuO9ng2tSi5h3xalBuIPYjGtXgkiITAO8rvVuV7xTcN4I krFcJFj/FpIjWneL20qMOmONnI9pcLfit5pARt1I5XW0Woid6YsKoYitR0UpBR+4ecuz ansE4xOXRgCi3oqltkPHcNGzAC/VpaKXEjhtcv8HZbqmGIrEsJuTPU5dL01PwspaAiBE N0DWAQO1+OhU11JQpr8qK6fjE8/7Et+Uxe3sXdCqUtc89vC32WZ2ZGdeKUX7gZIKjp0h yvFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j26si4515838otk.291.2019.12.20.03.56.52; Fri, 20 Dec 2019 03:57:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727276AbfLTL4p (ORCPT + 99 others); Fri, 20 Dec 2019 06:56:45 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:53944 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727177AbfLTL4o (ORCPT ); Fri, 20 Dec 2019 06:56:44 -0500 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_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92.2) (envelope-from ) id 1iiGte-0007ip-HN; Fri, 20 Dec 2019 13:56:43 +0200 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Fri, 20 Dec 2019 13:56:28 +0200 Message-Id: <20191220115638.1299888-1-luca@coelho.fi> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [PATCH v5.5 00/10] iwlwifi: fixes intended for 5.5 2019-12-20 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho Hi, This is my first patchset with fixes for v5.5. This time I have 8 important fixes plus a couple of dependency-patches. The changes are: * Don't send the PPAG command when PPAG is disabled, since it can cause problems; * A few fixes for a HW bug; * A fix for RS offload; * A fix for 3168 devices where the NVM tables where the wrong tables were being read. As usual, I'm pushing this to a pending branch, for kbuild bot. I'm going to send a pull-request for this ones. I have a bit more patches to send too, which I'll then include inthe same pull-request. Cheers, Luca. Gil Adam (1): iwlwifi: don't send PPAG command if disabled Haim Dreyfuss (1): iwlwifi: Don't ignore the cap field upon mcc update Johannes Berg (6): iwlwifi: pcie: move page tracking into get_page_hdr() iwlwifi: pcie: work around DMA hardware bug iwlwifi: pcie: detect the DMA bug and warn if it happens iwlwifi: pcie: allocate smaller dev_cmd for TX headers iwlwifi: mvm: report TX rate to mac80211 directly for RS offload iwlwifi: pcie: extend hardware workaround to context-info Luca Coelho (2): iwlwifi: fix TLV fragment allocation loop iwlwifi: mvm: fix NVM check for 3168 devices drivers/net/wireless/intel/iwlwifi/dvm/tx.c | 3 +- .../net/wireless/intel/iwlwifi/iwl-dbg-tlv.c | 9 +- .../wireless/intel/iwlwifi/iwl-nvm-parse.c | 48 +++- .../wireless/intel/iwlwifi/iwl-nvm-parse.h | 6 +- .../net/wireless/intel/iwlwifi/iwl-trans.c | 10 +- .../net/wireless/intel/iwlwifi/iwl-trans.h | 26 ++- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 8 +- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 129 ++++++++++- drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 2 +- drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 15 +- .../wireless/intel/iwlwifi/pcie/ctxt-info.c | 45 +++- .../wireless/intel/iwlwifi/pcie/internal.h | 19 +- .../net/wireless/intel/iwlwifi/pcie/trans.c | 32 ++- .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 208 ++++++++++++++---- drivers/net/wireless/intel/iwlwifi/pcie/tx.c | 68 ++++-- 15 files changed, 521 insertions(+), 107 deletions(-) -- 2.24.0