diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2009-01-06 01:58:45 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2009-01-06 01:58:45 +0000 |
| commit | 50666d87dbda2d3f12ed384d60ed8d7e14d23804 (patch) | |
| tree | a06d01970e1b9843e43cbfbd6101b3ce11c43ebb /sys/dev/ath/if_ath_pci.c | |
| parent | f3b0e8345424bf560b271f230427e582c14326b5 (diff) | |
Notes
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 34808a1320e7..4a66da7bbe00 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 */ |
