correct module dependency

This commit is contained in:
Sam Leffler 2004-12-13 18:12:26 +00:00
parent 1f82daa58f
commit 169b73b33a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138816

View File

@ -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);