Add a module dependency on wlan.

Submitted by:	monthadar@gmail.com
This commit is contained in:
Adrian Chadd 2012-02-16 16:48:12 +00:00
parent 8338a34a82
commit 7a5baabe06

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 */