PERFORCE change 69335 for review

Sam Leffler sam at FreeBSD.org
Wed Jan 19 17:05:02 PST 2005


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

Change 69335 by sam at sam_ebb on 2005/01/20 01:04:52

	change net.wlan.X.inact -> net.wlan.X.inac_run for consistency

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#14 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#14 (text+ko) ====

@@ -108,7 +108,7 @@
 #endif
 	/* XXX inherit from tunables */
 	SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(oid), OID_AUTO,
-		"inact", CTLTYPE_INT | CTLFLAG_RW, &ic->ic_inact_run, 0,
+		"inact_run", CTLTYPE_INT | CTLFLAG_RW, &ic->ic_inact_run, 0,
 		ieee80211_sysctl_inact, "I",
 		"station inactivity timeout (sec)");
 	SYSCTL_ADD_PROC(ctx, SYSCTL_CHILDREN(oid), OID_AUTO,


More information about the p4-projects mailing list