diff options
author | sam <sam@FreeBSD.org> | 2009-01-06 01:58:45 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-01-06 01:58:45 +0000 |
commit | bdafdcbcbb20409981a07f27f0ad95bb9e03e887 (patch) | |
tree | a06d01970e1b9843e43cbfbd6101b3ce11c43ebb /sys/dev/ath/if_ath_pci.c | |
parent | c41f2ca87e20578f2808620085b43ae1c49d7b94 (diff) | |
download | FreeBSD-src-bdafdcbcbb20409981a07f27f0ad95bb9e03e887.zip FreeBSD-src-bdafdcbcbb20409981a07f27f0ad95bb9e03e887.tar.gz |
remove the ath_rate module dependency; it's all bundled
Diffstat (limited to 'sys/dev/ath/if_ath_pci.c')
-rw-r--r-- | sys/dev/ath/if_ath_pci.c | 1 |
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 */ |