summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-12-13 22:13:41 +0000
committersam <sam@FreeBSD.org>2005-12-13 22:13:41 +0000
commit3ed8b07f3057a1f07233580aab9a5fc0c5617c3d (patch)
treedf317e695e913563e83777ff2017f1c346191c6e
parent13765a0cc14fb548dfb672a805862451fa93badb (diff)
downloadFreeBSD-src-3ed8b07f3057a1f07233580aab9a5fc0c5617c3d.zip
FreeBSD-src-3ed8b07f3057a1f07233580aab9a5fc0c5617c3d.tar.gz
update
-rw-r--r--tools/tools/ath/athdebug/athdebug.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/tools/ath/athdebug/athdebug.c b/tools/tools/ath/athdebug/athdebug.c
index 06591cd..3480224 100644
--- a/tools/tools/ath/athdebug/athdebug.c
+++ b/tools/tools/ath/athdebug/athdebug.c
@@ -71,6 +71,9 @@ enum {
ATH_DEBUG_KEYCACHE = 0x00020000, /* key cache management */
ATH_DEBUG_STATE = 0x00040000, /* 802.11 state transitions */
ATH_DEBUG_NODE = 0x00080000, /* node management */
+ ATH_DEBUG_LED = 0x00100000, /* led management */
+ ATH_DEBUG_FF = 0x00200000, /* fast frames */
+ ATH_DEBUG_DFS = 0x00400000, /* DFS processing */
ATH_DEBUG_FATAL = 0x80000000, /* fatal errors */
ATH_DEBUG_ANY = 0xffffffff
};
@@ -96,6 +99,9 @@ static struct {
{ "keycache", ATH_DEBUG_KEYCACHE },
{ "state", ATH_DEBUG_STATE },
{ "node", ATH_DEBUG_NODE },
+ { "led", ATH_DEBUG_LED },
+ { "ff", ATH_DEBUG_FF },
+ { "dfs", ATH_DEBUG_DFS },
{ "fatal", ATH_DEBUG_FATAL },
};
OpenPOWER on IntegriCloud