<div dir="ltr"><div><div><div>Hi,<br></div>Thanks, that patch worked perfectly. Wifi is now, by default disabled.<br><br></div>Regards,<br></div>Udit agarwal<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 30, 2018 at 5:04 PM, Christian Mauderer <span dir="ltr"><<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Update #3351.<br>
---<br>
 rtemsbsd/include/bsp/nexus-<wbr>devices.h | 3 +++<br>
 1 file changed, 3 insertions(+)<br>
<br>
diff --git a/rtemsbsd/include/bsp/nexus-<wbr>devices.h b/rtemsbsd/include/bsp/nexus-<wbr>devices.h<br>
index 13d51ceb..f7003923 100644<br>
--- a/rtemsbsd/include/bsp/nexus-<wbr>devices.h<br>
+++ b/rtemsbsd/include/bsp/nexus-<wbr>devices.h<br>
@@ -37,6 +37,7 @@<br>
 #include <bsp.h><br>
<br>
 #include <rtems/bsd/bsd.h><br>
+#include <rtems/bsd/modules.h><br>
 #include <machine/rtems-bsd-nexus-bus.<wbr>h><br>
<br>
<br>
@@ -58,6 +59,7 @@ SYSINIT_DRIVER_REFERENCE(<wbr>usbss, simplebus);<br>
 SYSINIT_DRIVER_REFERENCE(<wbr>musbotg, usbss);<br>
 SYSINIT_DRIVER_REFERENCE(<wbr>sdhci_ti, simplebus);<br>
 SYSINIT_DRIVER_REFERENCE(<wbr>mmcsd, mmc);<br>
+#ifdef RTEMS_BSD_MODULE_IEEE80211<br>
 SYSINIT_DRIVER_REFERENCE(rtwn_<wbr>usb, uhub);<br>
 SYSINIT_MODULE_REFERENCE(wlan_<wbr>ratectl_none);<br>
 SYSINIT_MODULE_REFERENCE(wlan_<wbr>sta);<br>
@@ -66,6 +68,7 @@ SYSINIT_MODULE_REFERENCE(wlan_<wbr>wep);<br>
 SYSINIT_MODULE_REFERENCE(wlan_<wbr>tkip);<br>
 SYSINIT_MODULE_REFERENCE(wlan_<wbr>ccmp);<br>
 SYSINIT_REFERENCE(rtwn_<wbr>rtl8188eufw);<br>
+#endif /* RTEMS_BSD_MODULE_IEEE80211 */<br>
<br>
 RTEMS_BSD_DRIVER_USB;<br>
 RTEMS_BSD_DRIVER_USB_MASS;<br>
<span class="HOEnZb"><font color="#888888">-- <br>
2.13.6<br>
<br>
</font></span></blockquote></div><br></div>