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 Chadd 2012-01-26 05:11:37 +00:00
parent 0149d177fb
commit a805122c1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230562

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>