]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Note interface-removal-from-bridge errors in debug log
authorJouni Malinen <j@w1.fi>
Sun, 30 Dec 2018 23:05:23 +0000 (01:05 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 30 Dec 2018 23:05:23 +0000 (01:05 +0200)
commitf9052d6ea5d5913d121e2604c11eefbf2fae39e0
tree6a484d1e155c0bd1323cd0ced053c05f22f7d41a
parent544b5a0d3949d33a3ac1e87ccca3eef3cfe08956
nl80211: Note interface-removal-from-bridge errors in debug log

One of the linux_br_del_if() calls did not log nl80211-specific entry.
Make this more consistent with the other cases even though
linux_br_add_if() function itself is logging an error in the ioctl()
failure case (but not in the interface not found case).

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