X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2F80211debug.c;fp=tools%2F80211debug.c;h=734ef9601f069e6d8d967cbb08abf6b95e35c0d5;hb=ec5e8e0a11d3cb7d34a0c3c3d026e0a51dc55609;hp=c09887329db6fcec323b6ed15258ba8f345f751d;hpb=15587c9e842f8b2b6d12a1a1d487e96e3450001f;p=madwifi%2F.git diff --git a/tools/80211debug.c b/tools/80211debug.c index c098873..734ef96 100644 --- a/tools/80211debug.c +++ b/tools/80211debug.c @@ -89,7 +89,6 @@ static struct { u_int bit; const char *desc; } flags[] = { - { "node_ref", IEEE80211_MSG_NODE_REF, "node ref counting (affects all devs)" }, { "debug", IEEE80211_MSG_DEBUG, "IFF_DEBUG equivalent" }, { "dumppkts", IEEE80211_MSG_DUMPPKTS, "dump packets" }, { "crypto", IEEE80211_MSG_CRYPTO, "crypto modules" }, @@ -97,6 +96,7 @@ static struct { { "xrate", IEEE80211_MSG_XRATE, "rate set handling" }, { "elemid", IEEE80211_MSG_ELEMID, "element id parsing"}, { "node", IEEE80211_MSG_NODE, "node management" }, + { "node_ref", IEEE80211_MSG_NODE_REF, "node ref counting (affects all devs)" }, { "assoc", IEEE80211_MSG_ASSOC, "association handling" }, { "auth", IEEE80211_MSG_AUTH, "authentication handling" }, { "scan", IEEE80211_MSG_SCAN, "scanning" },