PERFORCE change 70157 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 2 08:36:23 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=70157

Change 70157 by sam at sam_ebb on 2005/02/02 16:36:18

	kill dead variable

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_var.h#3 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_var.h#3 (text+ko) ====

@@ -178,7 +178,6 @@
 	struct sysctl_ctx_list	*iv_sysctl;	/* dynamic sysctl context */
 
 	TAILQ_ENTRY(ieee80211vap) iv_next;	/* list of vap instances */
-	int			iv_vap;		/* virtual AP index */
 	struct ieee80211com	*iv_ic;		/* back ptr to common state */
 	u_int32_t		iv_debug;	/* debug msg flags */
 	struct ieee80211_stats	iv_stats;	/* statistics */


More information about the p4-projects mailing list