PERFORCE change 153743 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 23:05:56 PST 2008


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

Change 153743 by sam at sam_ebb on 2008/11/29 07:05:15

	o fixup hal path
	o add include for ether_sprintf somehow now required
	o remove ath_hal module dependency

Affected files ...

.. //depot/projects/vap/sys/dev/ath/ath_rate/sample/sample.c#25 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/ath_rate/sample/sample.c#25 (text+ko) ====

@@ -62,6 +62,7 @@
 #include <net/if.h>
 #include <net/if_media.h>
 #include <net/if_arp.h>
+#include <net/ethernet.h>		/* XXX for ether_sprintf */
 
 #include <net80211/ieee80211_var.h>
 
@@ -74,7 +75,7 @@
 
 #include <dev/ath/if_athvar.h>
 #include <dev/ath/ath_rate/sample/sample.h>
-#include <contrib/dev/ath/ah_desc.h>
+#include <dev/ath/ath_hal/ah_desc.h>
 
 /*
  * This file is an implementation of the SampleRate algorithm
@@ -1014,5 +1015,4 @@
 };
 DECLARE_MODULE(ath_rate, sample_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
 MODULE_VERSION(ath_rate, 1);
-MODULE_DEPEND(ath_rate, ath_hal, 1, 1, 1);	/* Atheros HAL */
 MODULE_DEPEND(ath_rate, wlan, 1, 1, 1);


More information about the p4-projects mailing list