svn commit: r230562 - head/sys/dev/wi

Adrian Chadd adrian at FreeBSD.org
Thu Jan 26 05:11:38 UTC 2012


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>


More information about the svn-src-head mailing list