Date: Thu, 26 Jan 2012 05:11:38 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r230562 - head/sys/dev/wi Message-ID: <201201260511.q0Q5BcKX063183@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Thu Jan 26 05:11:37 2012 New Revision: 230562 URL: http://svn.freebsd.org/changeset/base/230562 Log: 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. Modified: head/sys/dev/wi/if_wi.c Modified: head/sys/dev/wi/if_wi.c ============================================================================== --- head/sys/dev/wi/if_wi.c Thu Jan 26 03:40:32 2012 (r230561) +++ head/sys/dev/wi/if_wi.c Thu Jan 26 05:11:37 2012 (r230562) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201260511.q0Q5BcKX063183>