Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jan 2004 15:45:56 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 45045 for review
Message-ID:  <200401092345.i09NjuaA010781@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45045

Change 45045 by sam@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401092345.i09NjuaA010781>