PERFORCE change 133796 for review
Sam Leffler
sam at FreeBSD.org
Mon Jan 21 09:02:50 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133796
Change 133796 by sam at sam_ebb on 2008/01/21 17:02:10
add show all vaps
Affected files ...
.. //depot/projects/vap/sys/net80211/ieee80211_ddb.c#3 edit
Differences ...
==== //depot/projects/vap/sys/net80211/ieee80211_ddb.c#3 (text+ko) ====
@@ -307,10 +307,7 @@
}
}
-#if 0
-void
-db_show_all_vaps(db_expr_t addr, int have_addr,
- db_expr_t count, const char *modif)
+DB_SHOW_ALL_COMMAND(vaps, db_show_all_vaps)
{
const struct ifnet *ifp;
@@ -325,7 +322,6 @@
db_printf("\n");
}
}
-#endif
static void
_db_show_sta(const struct ieee80211_node *ni)
More information about the p4-projects
mailing list