From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE1A0C433FE for ; Wed, 9 Dec 2020 22:15:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6893F238A0 for ; Wed, 9 Dec 2020 22:15:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388426AbgLIWP5 (ORCPT ); Wed, 9 Dec 2020 17:15:57 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:36008 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2388265AbgLIWP5 (ORCPT ); Wed, 9 Dec 2020 17:15:57 -0500 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[127.0.1.1]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kn7jq-003E5e-HB; Thu, 10 Dec 2020 00:15:10 +0200 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Luca Coelho In-Reply-To: References: To: Luca Coelho Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.9.1rc1 Message-Id: Date: Thu, 10 Dec 2020 00:15:10 +0200 Subject: Re: [PATCH v2 13/47] iwlwifi: enable sending/setting debug host event Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Luca Coelho wrote: > From: Mordechay Goodstein > > This is used for BT node and for any user that wants to > control what events would be send from FW to the driver. > > Signed-off-by: Mordechay Goodstein > Signed-off-by: Luca Coelho 21 patches applied to iwlwifi-next.git, thanks. 87f1283b6ae4 iwlwifi: enable sending/setting debug host event 861bae42e1f1 iwlwifi: avoid endless HW errors at assert time 52b155214be8 iwlwifi: mvm: remove the read_nvm from iwl_run_unified_mvm_ucode cdaba917268d iwlwifi: follow the new inclusive terminology d295a898c2f5 iwlwifi: fix typo in comment 7b2829f315d0 iwlwifi: sort out the NVM offsets c6bae2169071 iwlwifi: mvm: iterate active stations when updating statistics efc0ec5afb6e iwlwifi: validate MPDU length against notification length df72138de4bc iwlwifi: pcie: validate RX descriptor length 59fa61f3fd4e iwlwifi: remove sw_csum_tx e20a5c9f768b iwlwifi: mvm: clear up iwl_mvm_notify_rx_queue() argument type cf5b46276847 iwlwifi: mvm: move iwl_mvm_stop_device() out of line 3fa965c2dd4e iwlwifi: pcie: change 12k A-MSDU config to use 16k buffers 9e8338ad17eb iwlwifi: mvm: fix 22000 series driver NMI 2f7a04c7b03b iwlwifi: mvm: do more useful queue sync accounting 94631b56422d iwlwifi: mvm: clean up scan state on failure aa7fd94687b2 iwlwifi: pcie: remove MSIX_HW_INT_CAUSES_REG_IML handling 97b4f859543d iwlwifi: fw: file: fix documentation for SAR flag 69d6cfc491f0 iwlwifi: pcie: remove unnecessary setting of inta_mask 152fdc0f6988 iwlwifi: trans: consider firmware dead after errors 58a1c9f9a9b6 iwlwifi: dbg-tlv: fix old length in is_trig_data_contained()