[PATCH 2/3] Port rtl8188eu driver to RTEMS.
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jul 31 06:51:54 UTC 2017
On 31/07/17 08:42, Sichen Zhao wrote:
> @@ -158,7 +164,9 @@ typedef void (*chip_usb_attach)(struct rtwn_usb_softc *);
>
> static const chip_usb_attach rtwn_chip_usb_attach[RTWN_CHIP_MAX_USB] = {
> [RTWN_CHIP_RTL8192CU] = r92cu_attach,
> +#ifndef __rtems__
> [RTWN_CHIP_RTL8192EU] = r92eu_attach,
> +#endif /* __rtems__ */
I guess all other #ifdef __rtems__ in this file are superfluous?
Would it be a lot of work to add r92eu_attach?
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list