PERFORCE change 153746 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 23:20:11 PST 2008


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

Change 153746 by sam at 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


More information about the p4-projects mailing list