summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwm/if_iwm.c
diff options
context:
space:
mode:
authoravos <avos@FreeBSD.org>2016-05-19 23:31:00 +0000
committeravos <avos@FreeBSD.org>2016-05-19 23:31:00 +0000
commitb5d42fded2642d5956e2c59f77a83a1a47a9d713 (patch)
tree2893f9df6bdc9a5e0e0ebcab4d26be491d8748bb /sys/dev/iwm/if_iwm.c
parent4faf8283d2cfe83fd524dcceb4321e863b773cba (diff)
downloadFreeBSD-src-b5d42fded2642d5956e2c59f77a83a1a47a9d713.zip
FreeBSD-src-b5d42fded2642d5956e2c59f77a83a1a47a9d713.tar.gz
iwm: add 'opt_wlan.h' include into source files.
Include net80211 options file, so IEEE80211_DEBUG_REFCNT option will be handled correctly.
Diffstat (limited to 'sys/dev/iwm/if_iwm.c')
-rw-r--r--sys/dev/iwm/if_iwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c
index eff389e..86a6e1d 100644
--- a/sys/dev/iwm/if_iwm.c
+++ b/sys/dev/iwm/if_iwm.c
@@ -105,6 +105,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_wlan.h"
+
#include <sys/param.h>
#include <sys/bus.h>
#include <sys/conf.h>
OpenPOWER on IntegriCloud