diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2008-08-12 19:59:10 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2008-08-12 19:59:10 +0000 |
commit | ef67c974f95cf8e5d00f191ee960b6399a48f9e1 (patch) | |
tree | f18c2079694e52843214b1c7e3030e28ea97dff9 | |
parent | a2407eb6ca89941166b13df3af2931416358e300 (diff) |
nuke unused fields.
-rw-r--r-- | sys/net80211/ieee80211_var.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 53a244ac8cb..9cf5978c6e5 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_var.h,v 1.45 2008/08/12 18:30:56 damien Exp $ */ +/* $OpenBSD: ieee80211_var.h,v 1.46 2008/08/12 19:59:09 damien Exp $ */ /* $NetBSD: ieee80211_var.h,v 1.7 2004/05/06 03:07:10 dyoung Exp $ */ /*- @@ -235,10 +235,6 @@ struct ieee80211com { int ic_nnodes; /* length of ic_nnodes */ int ic_max_nnodes; /* max length of ic_nnodes */ u_int16_t ic_lintval; /* listen interval */ - u_int16_t ic_holdover; /* PM hold over duration */ - u_int16_t ic_txmin; /* min tx retry count */ - u_int16_t ic_txmax; /* max tx retry count */ - u_int16_t ic_txlifetime; /* tx lifetime */ int16_t ic_txpower; /* tx power setting (dBm) */ u_int16_t ic_bmisstimeout;/* beacon miss threshold (ms) */ u_int16_t ic_nonerpsta; /* # non-ERP stations */ |