summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ddb.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-13 05:31:18 +0000
committersam <sam@FreeBSD.org>2009-02-13 05:31:18 +0000
commit9705c5de7132b086b659b1cfb357159ec753092a (patch)
tree262d62dd1a3b33f03cc8bf0dbfd086c83c096786 /sys/net80211/ieee80211_ddb.c
parentca6a964ab32d71d60cf2aaefaf410cdd88a49fca (diff)
downloadFreeBSD-src-9705c5de7132b086b659b1cfb357159ec753092a.zip
FreeBSD-src-9705c5de7132b086b659b1cfb357159ec753092a.tar.gz
remove ic_stats; it was intended to accumulate stats from vaps as they
were reaped but was never used and is inaccessible
Diffstat (limited to 'sys/net80211/ieee80211_ddb.c')
-rw-r--r--sys/net80211/ieee80211_ddb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_ddb.c b/sys/net80211/ieee80211_ddb.c
index 4e3406b..bba45b8 100644
--- a/sys/net80211/ieee80211_ddb.c
+++ b/sys/net80211/ieee80211_ddb.c
@@ -438,7 +438,6 @@ _db_show_com(const struct ieee80211com *ic, int showvaps, int showsta, int showp
db_printf("\tifp %p", ic->ic_ifp);
db_printf(" comlock %p", &ic->ic_comlock);
db_printf("\n");
- _db_show_stats(&ic->ic_stats);
db_printf("\theadroom %d", ic->ic_headroom);
db_printf(" phytype %d", ic->ic_phytype);
db_printf(" opmode %s", ieee80211_opmode_name[ic->ic_opmode]);
OpenPOWER on IntegriCloud