PERFORCE change 45045 for review
Sam Leffler
sam at FreeBSD.org
Fri Jan 9 15:45:59 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=45045
Change 45045 by sam at sam_ebb on 2004/01/09 15:45:48
disable outdoor channels by default
Affected files ...
.. //depot/projects/netperf+sockets/sys/dev/ath/if_ath.c#13 edit
Differences ...
==== //depot/projects/netperf+sockets/sys/dev/ath/if_ath.c#13 (text+ko) ====
@@ -150,7 +150,7 @@
static int ath_calinterval = 30; /* calibrate every 30 secs */
SYSCTL_INT(_hw_ath, OID_AUTO, calibrate, CTLFLAG_RW, &ath_calinterval,
0, "chip calibration interval (secs)");
-static int ath_outdoor = AH_TRUE; /* outdoor operation */
+static int ath_outdoor = AH_FALSE; /* outdoor operation */
SYSCTL_INT(_hw_ath, OID_AUTO, outdoor, CTLFLAG_RD, &ath_outdoor,
0, "enable/disable outdoor operation");
TUNABLE_INT("hw.ath.outdoor", &ath_outdoor);
More information about the p4-projects
mailing list