wpa: Use CONFIG_ELOOP_KQUEUE

This avoids issues with the fd_set size.
This commit is contained in:
Sebastian Huber 2022-06-10 08:04:12 +02:00
parent dd3f119d3b
commit 93519fa764

View File

@ -16,6 +16,9 @@
#include "list.h"
#include "eloop.h"
#ifdef __rtems__
#define CONFIG_ELOOP_KQUEUE
#endif /* __rtems__ */
#if defined(CONFIG_ELOOP_POLL) && defined(CONFIG_ELOOP_EPOLL)
#error Do not define both of poll and epoll
#endif