Add a module dependency on wlan.

Submitted by:	monthadar@gmail.com
This commit is contained in:
adrian 2012-02-16 16:48:12 +00:00
parent 90e0448c34
commit 22a1c7c3f8

View File

@ -184,3 +184,4 @@ static moduledata_t wtap_conf = {
};
DECLARE_MODULE(wtap, wtap_conf, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
MODULE_DEPEND(wtap, wlan, 1, 1, 1); /* 802.11 media layer */