[rtems-libbsd commit] Fix typo (RTEMS_BSD_MODULE_NET80211)

Sebastian Huber sebh at rtems.org
Thu Oct 4 12:19:36 UTC 2018


Module:    rtems-libbsd
Branch:    master
Commit:    2eae88b07c5f9c77c9d45f7f76798f5a552e358e
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=2eae88b07c5f9c77c9d45f7f76798f5a552e358e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct  2 10:30:51 2018 +0200

Fix typo (RTEMS_BSD_MODULE_NET80211)

---

 freebsd/sbin/ifconfig/ifconfig.c     | 2 +-
 rtemsbsd/include/bsp/nexus-devices.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/freebsd/sbin/ifconfig/ifconfig.c b/freebsd/sbin/ifconfig/ifconfig.c
index 03d916a..14eea36 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 5013964..034e408 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;



More information about the vc mailing list