Date: Wed, 15 Dec 2004 19:16:55 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 67136 for review Message-ID: <200412151916.iBFJGt5Z068174@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67136 Change 67136 by sam@sam_ebb on 2004/12/15 19:16:46 add debug sysctl to override driver capabilities Affected files ... .. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#11 edit Differences ... ==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#11 (text+ko) ==== @@ -123,6 +123,9 @@ "inact_init", CTLTYPE_INT | CTLFLAG_RW, &ic->ic_inact_init, 0, ieee80211_sysctl_inact, "I", "station initial state timeout (sec)"); + SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(oid), OID_AUTO, + "driver_caps", CTLFLAG_RW, &ic->ic_caps, 0, + "driver capabilities"); ic->ic_sysctl = ctx; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412151916.iBFJGt5Z068174>