Date: Sat, 29 Nov 2008 07:05:55 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153743 for review Message-ID: <200811290705.mAT75tSd079263@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153743 Change 153743 by sam@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811290705.mAT75tSd079263>