diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-05-15 17:02:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-05-15 17:02:11 +0000 |
| commit | b8f5836a3c1b98b09ea5a101147530d3855cb602 (patch) | |
| tree | 7a7096fd2774ba7ce3a1ff341538ebf07fff0980 /sys/dev/ath | |
| parent | 16dcc9ce7716276be635a083dc39385890d29a8d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 8b3e52e2d169..44d398db1b79 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -250,6 +250,6 @@ static driver_t ath_pci_driver = { sizeof (struct ath_pci_softc) }; static devclass_t ath_devclass; -DRIVER_MODULE(if_ath, pci, ath_pci_driver, ath_devclass, 0, 0); -MODULE_VERSION(if_ath, 1); -MODULE_DEPEND(if_ath, wlan, 1, 1, 1); /* 802.11 media layer */ +DRIVER_MODULE(ath, pci, ath_pci_driver, ath_devclass, 0, 0); +MODULE_VERSION(ath, 1); +MODULE_DEPEND(ath, wlan, 1, 1, 1); /* 802.11 media layer */ |
