Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Feb 2005 16:36:22 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 70157 for review
Message-ID:  <200502021636.j12GaMQh050207@repoman.freebsd.org>

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

Change 70157 by sam@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 */



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