]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Debug print setsockopt() failures for NETLINK_EXT_ACK
authorJouni Malinen <j@w1.fi>
Sun, 23 Feb 2025 14:27:03 +0000 (16:27 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2025 14:27:03 +0000 (16:27 +0200)
commit41398a8737bccbd4e22e0f2cd2292f8a04e250ef
tree867e886d843825dded981303367ac3a047fc24e9
parent97c4999f163e22b253dfa9962282d94437fd59c8
nl80211: Debug print setsockopt() failures for NETLINK_EXT_ACK

Even though we explicitly ignore these errors, it is better to print
them into the debug log if for no other reason than to get rid of some
static analyzer warnings about unchecked reutrn values.

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