From patchwork Fri Aug 16 12:55:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 11097605 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 7130518EC for ; Fri, 16 Aug 2019 12:56:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5DC63204FB for ; Fri, 16 Aug 2019 12:56:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 51A2E209CD; Fri, 16 Aug 2019 12:56:04 +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 C9B66204FB for ; Fri, 16 Aug 2019 12:56:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726635AbfHPM4C (ORCPT ); Fri, 16 Aug 2019 08:56:02 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:36126 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726032AbfHPM4C (ORCPT ); Fri, 16 Aug 2019 08:56:02 -0400 Received: from [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) (envelope-from ) id 1hyblw-00066W-6m; Fri, 16 Aug 2019 15:56:00 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Fri, 16 Aug 2019 15:55:50 +0300 Message-Id: <20190816125554.8659-1-luca@coelho.fi> X-Mailer: git-send-email 2.23.0.rc1 MIME-Version: 1.0 Subject: [PATCH 0/4] iwlwifi: fixes intended for 5.3 2019-08-16 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 This is my third patchset with fixes for v5.3. The changes are: * fix one bug on 22560 Tx code; * prevent sending multicast frames when not associated; * a couple of fixes in the card detection code. As usual, I'm pushing this to a pending branch, for kbuild bot. I will assign these patches to you in patchwork so you can apply them directly to wireless-drivers. Cheers, Luca. Emmanuel Grumbach (1): iwlwifi: pcie: fix the byte count table format for 22560 devices Ilan Peer (1): iwlwifi: mvm: Allow multicast data frames only when associated Luca Coelho (2): iwlwifi: pcie: don't switch FW to qnj when ax201 is detected iwlwifi: pcie: fix recognition of QuZ devices .../net/wireless/intel/iwlwifi/mvm/mac-ctxt.c | 33 +++++++++++++++++-- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 10 ++++++ drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 17 ++++++++++ .../net/wireless/intel/iwlwifi/pcie/trans.c | 1 + .../net/wireless/intel/iwlwifi/pcie/tx-gen2.c | 20 +++++++---- 5 files changed, 71 insertions(+), 10 deletions(-)