svn commit: r288320 - head/sys/dev/usb/wlan

Adrian Chadd adrian at FreeBSD.org
Mon Sep 28 01:16:45 UTC 2015


Author: adrian
Date: Mon Sep 28 01:16:44 2015
New Revision: 288320
URL: https://svnweb.freebsd.org/changeset/base/288320

Log:
  include opt_wlan.h .  Tsk adrian.

Modified:
  head/sys/dev/usb/wlan/if_rsu.c

Modified: head/sys/dev/usb/wlan/if_rsu.c
==============================================================================
--- head/sys/dev/usb/wlan/if_rsu.c	Mon Sep 28 01:09:48 2015	(r288319)
+++ head/sys/dev/usb/wlan/if_rsu.c	Mon Sep 28 01:16:44 2015	(r288320)
@@ -28,6 +28,8 @@ __FBSDID("$FreeBSD$");
  *   o power-save operation
  */
 
+#include "opt_wlan.h"
+
 #include <sys/param.h>
 #include <sys/endian.h>
 #include <sys/sockio.h>


More information about the svn-src-all mailing list