linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Ron Rindjunsky <ron.rindjunsky@intel.com>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
	flamingice@sourmilk.net, tomas.winkler@intel.com
Subject: Re: [PATCH 01/15] mac80211: adding MAC80211_HT_DEBUG config variable
Date: Mon, 26 Nov 2007 17:26:56 +0100	[thread overview]
Message-ID: <1196094416.4149.291.camel@johannes.berg> (raw)
In-Reply-To: <11960864902505-git-send-email-ron.rindjunsky@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]


On Mon, 2007-11-26 at 16:14 +0200, Ron Rindjunsky wrote:
> This patch adds MAC80211_HT_DEBUG config variable
> to separate HT debug features
> 
> Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>

Acked-by: Johannes Berg <johannes@sipsolutions.net>
> ---
>  net/mac80211/Kconfig |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
> index ce176e6..09711b0 100644
> --- a/net/mac80211/Kconfig
> +++ b/net/mac80211/Kconfig
> @@ -51,6 +51,16 @@ config MAC80211_DEBUG
>  	  If you are not trying to debug or develop the ieee80211
>  	  subsystem, you most likely want to say N here.
>  
> +config MAC80211_HT_DEBUG
> +       bool "Enable HT debugging output"
> +       depends on MAC80211_DEBUG
> +       ---help---
> +       This option enables 802.11n High Throughput features
> +       debug tracing output.
> +
> +       If you are not trying to debug of develop the ieee80211
> +       subsystem, you most likely want to say N here.
> +
>  config MAC80211_VERBOSE_DEBUG
>  	bool "Verbose debugging output"
>  	depends on MAC80211_DEBUG

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

  reply	other threads:[~2007-11-26 16:27 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-26 14:14 [PATCH 0/15] mac80211/iwlwifi (#everything): integrate IEEE802.11n support Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 01/15] mac80211: adding MAC80211_HT_DEBUG config variable Ron Rindjunsky
2007-11-26 16:26   ` Johannes Berg [this message]
2007-11-26 14:14 ` [PATCH 02/15] mac80211: adding 802.11n definitions in ieee80211.h Ron Rindjunsky
2007-11-26 16:27   ` Johannes Berg
2007-11-26 14:14 ` [PATCH 03/15] mac80211: adding 802.11n HT framework definitions Ron Rindjunsky
2007-11-26 16:28   ` Johannes Berg
2007-11-26 14:14 ` [PATCH 04/15] mac80211: adding 802.11n IEs handling Ron Rindjunsky
2007-11-26 16:29   ` Johannes Berg
2007-11-26 16:57     ` Andreas Schwab
2007-11-26 17:00       ` Johannes Berg
2007-11-26 18:00         ` Andreas Schwab
2007-11-27 13:08           ` Johannes Berg
2007-11-26 14:14 ` [PATCH 05/15] mac80211: adding 802.11n essential A-MPDU addBA capability Ron Rindjunsky
2007-11-26 16:31   ` Johannes Berg
2007-11-27  9:27     ` Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 06/15] mac80211: adding 802.11n essential A-MSDU Rx capability Ron Rindjunsky
2007-11-26 16:35   ` Johannes Berg
2007-11-26 17:25     ` Tomas Winkler
2007-11-26 18:40   ` Michael Wu
2007-11-27  9:48     ` Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 07/15] mac80211: adding 802.11n configuration flows Ron Rindjunsky
2007-11-26 16:36   ` Johannes Berg
2007-11-27  9:34     ` Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 08/15] iwlwifi: 802.11n remove unnecessary config dependency Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 09/15] iwlwifi: 802.11n new framework structures preperation Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 10/15] iwlwifi: 802.11n configuring hw_mode parameters to support HT in A/G Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 11/15] iwlwifi: 802.11n handling probe request HT IE Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 12/15] iwlwifi: 802.11n comply HT self configuration flow with mac80211 framework Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 13/15] iwlwifi: 802.11n comply HT add station " Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 14/15] iwlwifi: 802.11n comply HT rate scaling flows " Ron Rindjunsky
2007-11-26 14:14 ` [PATCH 15/15] iwlwifi: 802.11n add support to 8K A-MSDU Rx frames Ron Rindjunsky
2007-11-26 16:26   ` Johannes Berg
2007-11-26 17:15     ` Tomas Winkler
2007-11-27  1:34 ` [PATCH 0/15] mac80211/iwlwifi (#everything): integrate IEEE802.11n support Luis R. Rodriguez
2007-11-27  9:12   ` Ron Rindjunsky

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=1196094416.4149.291.camel@johannes.berg \
    --to=johannes@sipsolutions.net \
    --cc=flamingice@sourmilk.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=ron.rindjunsky@intel.com \
    --cc=tomas.winkler@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 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).