PERFORCE change 137682 for review

Sam Leffler sam at FreeBSD.org
Fri Mar 14 05:16:02 UTC 2008


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

Change 137682 by sam at sam_ebb on 2008/03/14 05:15:28

	expose net.wlan.X sysctl mib tree for adjust modules like
	rate control to hook up to

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#22 edit
.. //depot/projects/vap/sys/net80211/ieee80211_var.h#31 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#22 (text+ko) ====

@@ -238,6 +238,7 @@
 		&vap->iv_ampdu_mintraffic[WME_AC_VI], 0,
 		"VI traffic tx aggr threshold (pps)");
 	vap->iv_sysctl = ctx;
+	vap->iv_oid = oid;
 }
 
 void

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

@@ -278,6 +278,7 @@
 	struct ifnet		*iv_ifp;	/* associated device */
 	struct bpf_if		*iv_rawbpf;	/* packet filter structure */
 	struct sysctl_ctx_list	*iv_sysctl;	/* dynamic sysctl context */
+	struct sysctl_oid	*iv_oid;	/* net.wlan.X sysctl oid */
 
 	TAILQ_ENTRY(ieee80211vap) iv_next;	/* list of vap instances */
 	struct ieee80211com	*iv_ic;		/* back ptr to common state */


More information about the p4-projects mailing list