Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2008 22:20:23 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154665 for review
Message-ID:  <200812142220.mBEMKNqM033820@repoman.freebsd.org>

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

Change 154665 by sam@sam_ebb on 2008/12/14 22:19:22

	allow override of ATH_RATE
	
	Submitted by:	imp

Affected files ...

.. //depot/projects/vap/sys/modules/ath/Makefile#10 edit

Differences ...

==== //depot/projects/vap/sys/modules/ath/Makefile#10 (text+ko) ====

@@ -29,7 +29,7 @@
 # $FreeBSD: src/sys/modules/ath/Makefile,v 1.7 2008/12/02 21:37:28 bz Exp $
 #
 
-ATH_RATE=	sample		# tx rate control algorithm
+ATH_RATE?=	sample		# tx rate control algorithm
 
 .PATH:	${.CURDIR}/../../dev/ath
 .PATH:	${.CURDIR}/../../dev/ath/ath_hal



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