diff options
| author | Tai-hwa Liang <avatar@FreeBSD.org> | 2005-03-11 16:15:43 +0000 |
|---|---|---|
| committer | Tai-hwa Liang <avatar@FreeBSD.org> | 2005-03-11 16:15:43 +0000 |
| commit | 4e860beeb1e5bb1aaeb8cf9ec7e46585ee57b4c0 (patch) | |
| tree | 8641793b16e4a7f89a14db64397ffcd23ab2a51d /sys/dev/ath | |
| parent | 68527b3aad57040b661a801cfb4de8b5961ae3c0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/ath_rate/sample/sample.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index 3bcec991dfc94..7c8c72808e3fc 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -605,4 +605,5 @@ static moduledata_t sample_mod = { }; DECLARE_MODULE(ath_rate, sample_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST); MODULE_VERSION(ath_rate, 1); +MODULE_DEPEND(ath_rate, ath_hal, 1, 1, 1); /* Atheros HAL */ MODULE_DEPEND(ath_rate, wlan, 1, 1, 1); |
