summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-02 10:30:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-10-02 10:30:51 +0200
commit2eae88b07c5f9c77c9d45f7f76798f5a552e358e (patch)
tree954aeb93d43772dea6cfb20e75fc839a3e925c56 /rtemsbsd
parenttelnetd: Update due to API changes (diff)
downloadrtems-libbsd-2eae88b07c5f9c77c9d45f7f76798f5a552e358e.tar.bz2
Fix typo (RTEMS_BSD_MODULE_NET80211)
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 50139645..034e408a 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -59,7 +59,7 @@ SYSINIT_DRIVER_REFERENCE(usbss, simplebus);
SYSINIT_DRIVER_REFERENCE(musbotg, usbss);
SYSINIT_DRIVER_REFERENCE(sdhci_ti, simplebus);
SYSINIT_DRIVER_REFERENCE(mmcsd, mmc);
-#ifdef RTEMS_BSD_MODULE_IEEE80211
+#ifdef RTEMS_BSD_MODULE_NET80211
SYSINIT_DRIVER_REFERENCE(rtwn_usb, uhub);
SYSINIT_MODULE_REFERENCE(wlan_ratectl_none);
SYSINIT_MODULE_REFERENCE(wlan_sta);
@@ -68,7 +68,7 @@ SYSINIT_MODULE_REFERENCE(wlan_wep);
SYSINIT_MODULE_REFERENCE(wlan_tkip);
SYSINIT_MODULE_REFERENCE(wlan_ccmp);
SYSINIT_REFERENCE(rtwn_rtl8188eufw);
-#endif /* RTEMS_BSD_MODULE_IEEE80211 */
+#endif /* RTEMS_BSD_MODULE_NET80211 */
RTEMS_BSD_DRIVER_USB;
RTEMS_BSD_DRIVER_USB_MASS;