wpa_supplicant: use select instead of epoll
As discussed with Gustavo on the mailing-list, remove EPOLL flag. wpa_supplicant isn't able to answer DBUS message as events are never delivered. Signed-off-by: Eric Limpens <limpens@gmail.com> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6aabd7cc44
commit
c234259969
@ -20,7 +20,6 @@ WPA_SUPPLICANT_CONFIG_EDITS =
|
||||
WPA_SUPPLICANT_CONFIG_SET =
|
||||
|
||||
WPA_SUPPLICANT_CONFIG_ENABLE = \
|
||||
CONFIG_ELOOP_EPOLL \
|
||||
CONFIG_IEEE80211AC \
|
||||
CONFIG_IEEE80211N \
|
||||
CONFIG_IEEE80211R \
|
||||
|
Loading…
Reference in New Issue
Block a user