summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-10-27 18:47:48 +0000
committersam <sam@FreeBSD.org>2008-10-27 18:47:48 +0000
commit00a664330b872eaf62c5a52fe0ce885a40e1dad1 (patch)
tree7f62e21b0ffadcb0fc5a737096420c190830c80b /tools
parent9e6bb8a8ae343ea61719e7d0d5cef327ae33ce87 (diff)
downloadFreeBSD-src-00a664330b872eaf62c5a52fe0ce885a40e1dad1.zip
FreeBSD-src-00a664330b872eaf62c5a52fe0ce885a40e1dad1.tar.gz
add regdomain knob
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athdebug/athdebug.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tools/ath/athdebug/athdebug.c b/tools/tools/ath/athdebug/athdebug.c
index 0f60f2c..76d5932 100644
--- a/tools/tools/ath/athdebug/athdebug.c
+++ b/tools/tools/ath/athdebug/athdebug.c
@@ -41,6 +41,7 @@
#include <stdio.h>
#include <ctype.h>
#include <getopt.h>
+#include <stdlib.h>
#define N(a) (sizeof(a)/sizeof(a[0]))
@@ -68,6 +69,7 @@ enum {
ATH_DEBUG_FF = 0x00200000, /* fast frames */
ATH_DEBUG_DFS = 0x00400000, /* DFS processing */
ATH_DEBUG_TDMA = 0x00800000, /* TDMA processing */
+ ATH_DEBUG_REGDOMAIN = 0x02000000, /* regulatory processing */
ATH_DEBUG_FATAL = 0x80000000, /* fatal errors */
ATH_DEBUG_ANY = 0xffffffff
};
@@ -97,6 +99,7 @@ static struct {
{ "ff", ATH_DEBUG_FF },
{ "dfs", ATH_DEBUG_DFS },
{ "tdma", ATH_DEBUG_TDMA },
+ { "regdomain", ATH_DEBUG_REGDOMAIN },
{ "fatal", ATH_DEBUG_FATAL },
};
OpenPOWER on IntegriCloud