Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2008 17:02:49 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133796 for review
Message-ID:  <200801211702.m0LH2nw0065070@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=133796

Change 133796 by sam@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801211702.m0LH2nw0065070>