Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2009 01:58:45 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186806 - head/sys/dev/ath
Message-ID:  <200901060158.n061wjuY018383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901060158.n061wjuY018383>