From 99aac3bb8f90a24c9359964b164f7a6518f2a6c5 Mon Sep 17 00:00:00 2001 From: sephe Date: Thu, 19 Jul 2007 12:40:35 +0000 Subject: [PATCH] Make ath(4) and ath_rate(4) depend on wlan(4). Reported-by: Francis Gudin --- sys/dev/netif/ath/ath/Makefile | 4 ++-- sys/dev/netif/ath/rate_amrr/Makefile | 4 ++-- sys/dev/netif/ath/rate_onoe/Makefile | 4 ++-- sys/dev/netif/ath/rate_sample/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/dev/netif/ath/ath/Makefile b/sys/dev/netif/ath/ath/Makefile index 1de32a58a4..b2585c336d 100644 --- a/sys/dev/netif/ath/ath/Makefile +++ b/sys/dev/netif/ath/ath/Makefile @@ -34,13 +34,13 @@ # THE POSSIBILITY OF SUCH DAMAGES. # # $FreeBSD: src/sys/modules/ath/Makefile,v 1.1.10.1 2006/04/04 23:55:33 sam Exp $ -# $DragonFly: src/sys/dev/netif/ath/ath/Makefile,v 1.1 2006/07/13 09:15:22 sephe Exp $ +# $DragonFly: src/sys/dev/netif/ath/ath/Makefile,v 1.2 2007/07/19 12:40:35 sephe Exp $ # KMOD = if_ath SRCS = if_ath.c if_ath_pci.c SRCS += device_if.h bus_if.h pci_if.h opt_ath.h -KMODDEPS = ath_hal ath_rate +KMODDEPS = wlan ath_hal ath_rate .include diff --git a/sys/dev/netif/ath/rate_amrr/Makefile b/sys/dev/netif/ath/rate_amrr/Makefile index de2191b867..d51ceb82a8 100644 --- a/sys/dev/netif/ath/rate_amrr/Makefile +++ b/sys/dev/netif/ath/rate_amrr/Makefile @@ -34,13 +34,13 @@ # THE POSSIBILITY OF SUCH DAMAGES. # # $FreeBSD: src/sys/modules/ath_rate_amrr/Makefile,v 1.1 2004/12/08 17:38:37 sam Exp $ -# $DragonFly: src/sys/dev/netif/ath/rate_amrr/Makefile,v 1.1 2006/07/13 09:15:22 sephe Exp $ +# $DragonFly: src/sys/dev/netif/ath/rate_amrr/Makefile,v 1.2 2007/07/19 12:40:35 sephe Exp $ # KMOD = ath_rate SRCS = amrr.c SRCS += device_if.h bus_if.h pci_if.h -KMODDEPS = ath_hal +KMODDEPS = wlan ath_hal .include diff --git a/sys/dev/netif/ath/rate_onoe/Makefile b/sys/dev/netif/ath/rate_onoe/Makefile index 6c107f961f..2b9223792d 100644 --- a/sys/dev/netif/ath/rate_onoe/Makefile +++ b/sys/dev/netif/ath/rate_onoe/Makefile @@ -34,13 +34,13 @@ # THE POSSIBILITY OF SUCH DAMAGES. # # $FreeBSD: src/sys/modules/ath_rate_onoe/Makefile,v 1.1 2004/12/08 17:38:37 sam Exp $ -# $DragonFly: src/sys/dev/netif/ath/rate_onoe/Makefile,v 1.1 2006/07/13 09:15:22 sephe Exp $ +# $DragonFly: src/sys/dev/netif/ath/rate_onoe/Makefile,v 1.2 2007/07/19 12:40:35 sephe Exp $ # KMOD = ath_rate SRCS = onoe.c SRCS += device_if.h bus_if.h pci_if.h -KMODDEPS = ath_hal +KMODDEPS = wlan ath_hal .include diff --git a/sys/dev/netif/ath/rate_sample/Makefile b/sys/dev/netif/ath/rate_sample/Makefile index a4ba9c6210..db2ee638ae 100644 --- a/sys/dev/netif/ath/rate_sample/Makefile +++ b/sys/dev/netif/ath/rate_sample/Makefile @@ -34,13 +34,13 @@ # THE POSSIBILITY OF SUCH DAMAGES. # # $FreeBSD: src/sys/modules/ath_rate_sample/Makefile,v 1.1 2005/03/11 01:39:57 sam Exp $ -# $DragonFly: src/sys/dev/netif/ath/rate_sample/Makefile,v 1.1 2006/07/13 09:15:22 sephe Exp $ +# $DragonFly: src/sys/dev/netif/ath/rate_sample/Makefile,v 1.2 2007/07/19 12:40:35 sephe Exp $ # KMOD = ath_rate SRCS = sample.c SRCS += device_if.h bus_if.h pci_if.h -KMODDEPS = ath_hal +KMODDEPS = wlan ath_hal .include -- 2.11.4.GIT