summaryrefslogtreecommitdiffstats
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
parenttelnetd: Update due to API changes (diff)
downloadrtems-libbsd-2eae88b07c5f9c77c9d45f7f76798f5a552e358e.tar.bz2
Fix typo (RTEMS_BSD_MODULE_NET80211)
-rw-r--r--freebsd/sbin/ifconfig/ifconfig.c2
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/freebsd/sbin/ifconfig/ifconfig.c b/freebsd/sbin/ifconfig/ifconfig.c
index 03d916a1..14eea367 100644
--- a/freebsd/sbin/ifconfig/ifconfig.c
+++ b/freebsd/sbin/ifconfig/ifconfig.c
@@ -386,7 +386,7 @@ mainwrapper(int argc, char *argv[])
gre_ctor();
group_ctor();
ifmedia_ctor();
-#ifdef RTEMS_BSD_MODULE_IEEE80211
+#ifdef RTEMS_BSD_MODULE_NET80211
ieee80211_ctor();
#endif
#ifdef RTEMS_BSD_MODULE_NETINET6
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;