Make the NDIS driver depend on the wlan module now that it has
some 802.11 support.
This commit is contained in:
parent
a78383f7b3
commit
84394e7fa9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123772
@ -78,6 +78,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
MODULE_DEPEND(ndis, pci, 1, 1, 1);
|
||||
MODULE_DEPEND(ndis, ether, 1, 1, 1);
|
||||
MODULE_DEPEND(ndis, wlan, 1, 1, 1);
|
||||
MODULE_DEPEND(ndis, ndisapi, 1, 1, 1);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user