PERFORCE change 135088 for review

Sam Leffler sam at FreeBSD.org
Fri Feb 8 21:18:13 PST 2008


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

Change 135088 by sam at sam_ebb on 2008/02/09 05:18:07

	forgot to add knobs for cac and nol timeouts

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_freebsd.c#19 edit

Differences ...

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

@@ -60,6 +60,12 @@
 extern int ieee80211_recv_bar_ena;
 SYSCTL_INT(_net_wlan, OID_AUTO, recv_bar, CTLFLAG_RW, &ieee80211_recv_bar_ena,
 	    0, "BAR frame processing (ena/dis)");
+extern int ieee80211_nol_timeout;
+SYSCTL_INT(_net_wlan, OID_AUTO, nol_timeout, CTLFLAG_RW,
+	&ieee80211_nol_timeout, 0, "NOL timeout (secs)");
+extern int ieee80211_cac_timeout;
+SYSCTL_INT(_net_wlan, OID_AUTO, cac_timeout, CTLFLAG_RW,
+	&ieee80211_cac_timeout, 0, "CAC timeout (secs)");
 
 static int
 wlan_clone_create(struct if_clone *ifc, int unit, caddr_t params)


More information about the p4-projects mailing list