All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Luca Coelho <luca@coelho.fi>
Cc: linux-wireless@vger.kernel.org,
	Sara Sharon <sara.sharon@intel.com>,
	Luca Coelho <luciano.coelho@intel.com>
Subject: Re: [PATCH 08/16] iwlwifi: trans: parse and store debug ini TLVs
Date: Thu, 15 Nov 2018 16:52:40 +0200	[thread overview]
Message-ID: <87d0r69yvb.fsf@codeaurora.org> (raw)
In-Reply-To: <20181111200732.8159-9-luca@coelho.fi> (Luca Coelho's message of "Sun, 11 Nov 2018 22:07:24 +0200")

Luca Coelho <luca@coelho.fi> writes:

> From: Sara Sharon <sara.sharon@intel.com>
>
> The new debug ini TLVs can be either packed into firmware
> binary or written in external file. Support loading them
> from both. Store the data per apply point. Apply point is
> a point during driver runtime, where the TLV becomes active.
> For example, a trigger of hardware error may be configured
> to collect a subset of data pre-alive, as a opposed to HW
> error that occurs after alive.
>
> Signed-off-by: Sara Sharon <sara.sharon@intel.com>
> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>

[...]

> @@ -1749,6 +1762,10 @@ MODULE_PARM_DESC(lar_disable, "disable LAR functionality (default: N)");
>  module_param_named(uapsd_disable, iwlwifi_mod_params.uapsd_disable, uint, 0644);
>  MODULE_PARM_DESC(uapsd_disable,
>  		 "disable U-APSD functionality bitmap 1: BSS 2: P2P Client (default: 3)");
> +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");

The commit log doesn't mention anything about the module parameter and
how/when it's supposed to be used, that would be nice to have.

-- 
Kalle Valo

  reply	other threads:[~2018-11-15 14:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 20:07 [PATCH 00/16] iwlwifi: updates intended for v4.21 2018-11-11 Luca Coelho
2018-11-11 20:07 ` [PATCH 01/16] iwlwifi: dbg: don't limit dump decisions to all or monitor Luca Coelho
2018-11-11 20:07 ` [PATCH 02/16] iwlwifi: dbg: split fifos dump Luca Coelho
2018-11-11 20:07 ` [PATCH 03/16] iwlwifi: mvm: remove assignment of the reciprocal Luca Coelho
2018-11-11 20:07 ` [PATCH 04/16] iwlwifi: fix cfg structs for 22000 with different RF modules Luca Coelho
2018-11-11 20:07 ` [PATCH 05/16] iwlwifi: add fw dump upon RT ucode start failure Luca Coelho
2018-11-11 20:07 ` [PATCH 06/16] iwlwifi: mvm: add support for TWT capabilities Luca Coelho
2018-11-11 20:07 ` [PATCH 07/16] iwlwifi: fw: add FW API of new TLV infrastructure Luca Coelho
2018-11-11 20:07 ` [PATCH 08/16] iwlwifi: trans: parse and store debug ini TLVs Luca Coelho
2018-11-15 14:52   ` Kalle Valo [this message]
2018-11-11 20:07 ` [PATCH 09/16] iwlwifi: trans: support loading ini TLVs from external file Luca Coelho
2018-11-11 20:07 ` [PATCH 10/16] iwlwifi: dbg: disable triggers for ini Luca Coelho
2018-11-11 20:07 ` [PATCH 11/16] iwlwifi: dbg: add apply point logic Luca Coelho
2018-11-11 20:07 ` [PATCH 12/16] iwlwifi: add debugfs file to read fw debug data recording Luca Coelho
2018-11-11 20:07 ` [PATCH 13/16] iwlwifi: fw: support API change to debug TLVs Luca Coelho
2018-11-11 20:07 ` [PATCH 14/16] iwlwifi: mvm: set MAC_FILTER_IN_11AX in AP mode Luca Coelho
2018-11-11 20:07 ` [PATCH 15/16] iwlwifi: mvm: send the STA_HE_CTXT command " Luca Coelho
2018-11-11 20:07 ` [PATCH 16/16] iwlwifi: mvm: set HW capability VHT_EXT_NSS_BW 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=87d0r69yvb.fsf@codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luca@coelho.fi \
    --cc=luciano.coelho@intel.com \
    --cc=sara.sharon@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.