aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-01-26 05:11:37 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-01-26 05:11:37 +0000
commita805122c1cf9c31ad300cb87f173d2fd6b705dfb (patch)
treed942baa0194ac08b71d35a12ab47ab38bf87b976 /sys/dev/wi
parent0149d177fbc19ac4c789f7a5b701c8236ab2ff67 (diff)
Notes
Diffstat (limited to 'sys/dev/wi')
-rw-r--r--sys/dev/wi/if_wi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index d31bdbaff836..8e70dd6beccf 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -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>