summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
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_var.h
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_var.h')
-rw-r--r--sys/net80211/ieee80211_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h
index 32a9d0b..ace2c2f 100644
--- a/sys/net80211/ieee80211_var.h
+++ b/sys/net80211/ieee80211_var.h
@@ -111,7 +111,6 @@ struct ieee80211com {
struct ifnet *ic_ifp; /* associated device */
ieee80211_com_lock_t ic_comlock; /* state update lock */
TAILQ_HEAD(, ieee80211vap) ic_vaps; /* list of vap instances */
- struct ieee80211_stats ic_stats; /* statistics */
int ic_headroom; /* driver tx headroom needs */
enum ieee80211_phytype ic_phytype; /* XXX wrong for multi-mode */
enum ieee80211_opmode ic_opmode; /* operation mode */
OpenPOWER on IntegriCloud