aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/wpa_supplicant-full.config
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2020-11-02 10:35:20 +0000
committerDaniel Golle <daniel@makrotopia.org>2020-11-23 03:02:21 +0000
commitdd4e6a70f2f4eefab8a7dd663b881ba4f29bd5ba (patch)
tree714b64f69340fe468fe4d729f316a05f2a999a28 /package/network/services/hostapd/files/wpa_supplicant-full.config
parent97ac290090a5c2120d4cd1e88823f9003a6f8484 (diff)
downloadupstream-dd4e6a70f2f4eefab8a7dd663b881ba4f29bd5ba.tar.gz
upstream-dd4e6a70f2f4eefab8a7dd663b881ba4f29bd5ba.tar.bz2
upstream-dd4e6a70f2f4eefab8a7dd663b881ba4f29bd5ba.zip
hostapd: enable the epoll-based event loop
Hostapd supports epoll() since 2014. Let's enable it for better performance. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'package/network/services/hostapd/files/wpa_supplicant-full.config')
-rw-r--r--package/network/services/hostapd/files/wpa_supplicant-full.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index 4dd3e550a6..b3e85d073d 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -290,7 +290,7 @@ CONFIG_BACKEND=file
#CONFIG_ELOOP_POLL=y
# Should we use epoll instead of select? Select is used by default.
-#CONFIG_ELOOP_EPOLL=y
+CONFIG_ELOOP_EPOLL=y
# Should we use kqueue instead of select? Select is used by default.
#CONFIG_ELOOP_KQUEUE=y