Date: Sat, 29 Nov 2008 07:20:10 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153746 for review Message-ID: <200811290720.mAT7KAZj080320@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153746 Change 153746 by sam@sam_ebb on 2008/11/29 07:19:17 more hal pathnames Affected files ... .. //depot/projects/vap/sys/dev/ath/ath_rate/amrr/amrr.c#13 edit .. //depot/projects/vap/sys/dev/ath/ath_rate/onoe/onoe.c#16 edit Differences ... ==== //depot/projects/vap/sys/dev/ath/ath_rate/amrr/amrr.c#13 (text+ko) ==== @@ -78,7 +78,7 @@ #include <dev/ath/if_athvar.h> #include <dev/ath/ath_rate/amrr/amrr.h> -#include <contrib/dev/ath/ah_desc.h> +#include <dev/ath/ath_hal/ah_desc.h> static int ath_rateinterval = 1000; /* rate ctl interval (ms) */ static int ath_rate_max_success_threshold = 10; ==== //depot/projects/vap/sys/dev/ath/ath_rate/onoe/onoe.c#16 (text+ko) ==== @@ -67,7 +67,7 @@ #include <dev/ath/if_athvar.h> #include <dev/ath/ath_rate/onoe/onoe.h> -#include <contrib/dev/ath/ah_desc.h> +#include <dev/ath/ath_hal/ah_desc.h> /* * Default parameters for the rate control algorithm. These are
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811290720.mAT7KAZj080320>