From: Tomas Winkler <tomas.winkler@intel.com>
To: linux-wireless@vger.kernel.org
Cc: Tomas Winkler <tomas.winkler@intel.com>
Subject: [PATCH 1/2] mac80211 [HT] adding MAC80211_HT and MAC80211_HT_DEBUG
Date: Thu, 26 Jul 2007 19:00:39 +0300 [thread overview]
Message-ID: <11854656402369-git-send-email-tomas.winkler@intel.com> (raw)
This patch adds MAC80211_HT and MAC80211_HT_DEBUG config variables
to separate HT features
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
net/mac80211/Kconfig | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index a03c886..219b33c 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -20,6 +20,13 @@ config MAC80211_LEDS
This option enables a few LED triggers for different
packet receive/transmit events.
+config MAC80211_HT
+ bool "Enable 802.11n HT Features"
+ depends on MAC80211
+ ---help---
+ This option enables 802.11n High Throughput features
+ such as MIMO, AMPDU and AMSDU aggregation
+
config MAC80211_DEBUGFS
bool "Export mac80211 internals in DebugFS"
depends on MAC80211 && DEBUG_FS
@@ -39,6 +46,12 @@ 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 "Enables HT debugging output"
+ depends on MAC80211_HT && MAC80211_DEBUG
+ ---help---
+ Select this to see debugging information about HT
+
config MAC80211_VERBOSE_DEBUG
bool "Verbose debugging output"
depends on MAC80211_DEBUG
--
1.5.2.2
next reply other threads:[~2007-07-26 16:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-26 16:00 Tomas Winkler [this message]
2007-07-26 16:00 ` [PATCH 2/2] mac80211 [HT] 802.11 code compiles under CONFIG_MAC80211_HT Tomas Winkler
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=11854656402369-git-send-email-tomas.winkler@intel.com \
--to=tomas.winkler@intel.com \
--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).