Include opt_wlan.h before net80211 includes; so IEEE80211_* configuration

flags are correctly handled.

This is required for this to load when IEEE80211_DEBUG_REFCNT is
defined.
This commit is contained in:
adrian 2012-01-26 05:11:37 +00:00
parent 429284bf62
commit 781c8cf642

View File

@ -62,6 +62,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_wlan.h"
#define WI_HERMES_STATS_WAR /* Work around stats counter bug. */
#include <sys/param.h>