From 2eae88b07c5f9c77c9d45f7f76798f5a552e358e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 2 Oct 2018 10:30:51 +0200 Subject: Fix typo (RTEMS_BSD_MODULE_NET80211) --- rtemsbsd/include/bsp/nexus-devices.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtemsbsd') 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; -- cgit v1.2.3