mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
correct module dependency
This commit is contained in:
parent
1f82daa58f
commit
169b73b33a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138816
@ -984,4 +984,4 @@ static moduledata_t tkip_mod = {
|
||||
};
|
||||
DECLARE_MODULE(wlan_tkip, tkip_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
|
||||
MODULE_VERSION(wlan_tkip, 1);
|
||||
MODULE_DEPEND(wlan_wep, wlan, 1, 1, 1);
|
||||
MODULE_DEPEND(wlan_tkip, wlan, 1, 1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user