linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luca Coelho <luca@coelho.fi>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 08/12] iwlwifi: yoyo: enable yoyo by default
Date: Thu, 26 Mar 2020 14:55:06 +0200	[thread overview]
Message-ID: <iwlwifi.20200326145047.ac26247e395a.Ic1a147f935286b085ca8bdb248a7493b7c6341ea@changeid> (raw)
In-Reply-To: <20200326125510.621842-1-luca@coelho.fi>

From: Luca Coelho <luciano.coelho@intel.com>

Now that YoYo is more mature, we can enable it by default, so we
collect data in the new way.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/iwl-drv.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-drv.c b/drivers/net/wireless/intel/iwlwifi/iwl-drv.c
index 2d1cb4647c3b..43ebfa20a4e1 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-drv.c
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-drv.c
@@ -1715,6 +1715,7 @@ struct iwl_mod_params iwlwifi_mod_params = {
 	.bt_coex_active = true,
 	.power_level = IWL_POWER_INDEX_1,
 	.uapsd_disable = IWL_DISABLE_UAPSD_BSS | IWL_DISABLE_UAPSD_P2P_CLIENT,
+	.enable_ini = true,
 	/* the rest are 0 by default */
 };
 IWL_EXPORT_SYMBOL(iwlwifi_mod_params);
@@ -1837,7 +1838,7 @@ MODULE_PARM_DESC(uapsd_disable,
 module_param_named(enable_ini, iwlwifi_mod_params.enable_ini,
 		   bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(enable_ini,
-		 "Enable debug INI TLV FW debug infrastructure (default: 0");
+		 "Enable debug INI TLV FW debug infrastructure (default: true");
 
 /*
  * set bt_coex_active to true, uCode will do kill/defer
-- 
2.25.1


  parent reply	other threads:[~2020-03-26 12:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26 12:54 [PATCH 00/12] iwlwifi: updates intended for v5.7 2020-03-27 Luca Coelho
2020-03-26 12:54 ` [PATCH 01/12] iwlwifi: mvm: add support for non EDCA based measurements Luca Coelho
2020-03-26 12:55 ` [PATCH 02/12] iwlwifi: add support for version 2 of SOC_CONFIGURATION_CMD Luca Coelho
2020-03-26 12:55 ` [PATCH 03/12] iwlwifi: add trans_cfg for devices with long latency Luca Coelho
2020-03-26 12:55 ` [PATCH 04/12] iwlwifi: remove support for QnJ Hr STEP A Luca Coelho
2020-03-26 12:55 ` [PATCH 05/12] iwlwifi: remove support for QnJ HR FPGA Luca Coelho
2020-03-26 12:55 ` [PATCH 06/12] iwlwifi: yoyo: don't block dumping internal memory when not in SRAM mode Luca Coelho
2020-03-26 12:55 ` [PATCH 07/12] iwlwifi: scan: support FW APIs with variable number of profiles Luca Coelho
2020-03-26 12:55 ` Luca Coelho [this message]
2020-03-26 12:55 ` [PATCH 09/12] iwlwifi: remove IWL_FW_DBG_DOMAIN macro Luca Coelho
2020-03-26 12:55 ` [PATCH 10/12] iwlwifi: bump FW API to 53 for 22000 series Luca Coelho
2020-03-26 12:55 ` [PATCH 11/12] iwlwifi: pcie: make iwl_pcie_cmdq_reclaim static Luca Coelho
2020-03-26 12:55 ` [PATCH 12/12] iwlwifi: mvm: remove newline from rs_pretty_print_rate() Luca Coelho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iwlwifi.20200326145047.ac26247e395a.Ic1a147f935286b085ca8bdb248a7493b7c6341ea@changeid \
    --to=luca@coelho.fi \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).