]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix error print for hapd_send_eapol()
authorJouni Malinen <j@w1.fi>
Sun, 8 Mar 2020 14:48:00 +0000 (16:48 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 8 Mar 2020 14:48:00 +0000 (16:48 +0200)
commitb0927e5d06eed02e4746f4ad5e710f84a2c1718a
tree33343d2efbbdb1a3dd582b9ba2b37ec1238730f4
parenta17cbcd698d53cbf3dece9c7b71f0f77afd19ee9
nl80211: Fix error print for hapd_send_eapol()

The return value from nl80211_send_monitor() is not suitable for use
with strerror(). Furthermore, nl80211_send_monitor() itself is printing
out a more detailed error reason.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c