Date: Fri, 14 Mar 2008 05:16:01 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 137682 for review Message-ID: <200803140516.m2E5G1t0096331@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137682 Change 137682 by sam@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803140516.m2E5G1t0096331>