svn commit: r186806 - head/sys/dev/ath

Sam Leffler sam at FreeBSD.org
Mon Jan 5 17:58:46 PST 2009


Author: sam
Date: Tue Jan  6 01:58:45 2009
New Revision: 186806
URL: http://svn.freebsd.org/changeset/base/186806

Log:
  remove the ath_rate module dependency; it's all bundled

Modified:
  head/sys/dev/ath/if_ath_pci.c

Modified: head/sys/dev/ath/if_ath_pci.c
==============================================================================
--- head/sys/dev/ath/if_ath_pci.c	Tue Jan  6 01:54:57 2009	(r186805)
+++ head/sys/dev/ath/if_ath_pci.c	Tue Jan  6 01:58:45 2009	(r186806)
@@ -254,4 +254,3 @@ DRIVER_MODULE(if_ath, pci, ath_pci_drive
 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 */


More information about the svn-src-head mailing list