summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-01-06 01:58:45 +0000
committersam <sam@FreeBSD.org>2009-01-06 01:58:45 +0000
commitbdafdcbcbb20409981a07f27f0ad95bb9e03e887 (patch)
treea06d01970e1b9843e43cbfbd6101b3ce11c43ebb
parentc41f2ca87e20578f2808620085b43ae1c49d7b94 (diff)
downloadFreeBSD-src-bdafdcbcbb20409981a07f27f0ad95bb9e03e887.zip
FreeBSD-src-bdafdcbcbb20409981a07f27f0ad95bb9e03e887.tar.gz
remove the ath_rate module dependency; it's all bundled
-rw-r--r--sys/dev/ath/if_ath_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c
index 34808a1..4a66da7 100644
--- a/sys/dev/ath/if_ath_pci.c
+++ b/sys/dev/ath/if_ath_pci.c
@@ -254,4 +254,3 @@ DRIVER_MODULE(if_ath, pci, ath_pci_driver, ath_devclass, 0, 0);
DRIVER_MODULE(if_ath, cardbus, ath_pci_driver, ath_devclass, 0, 0);
MODULE_VERSION(if_ath, 1);
MODULE_DEPEND(if_ath, wlan, 1, 1, 1); /* 802.11 media layer */
-MODULE_DEPEND(if_ath, ath_rate, 1, 1, 1); /* rate control algorithm */
OpenPOWER on IntegriCloud