Re-enable skb debug destructor, chaining to original when present.
[madwifi/.git] / tools / 80211debug.c
index c09887329db6fcec323b6ed15258ba8f345f751d..734ef9601f069e6d8d967cbb08abf6b95e35c0d5 100644 (file)
@@ -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" },