]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Remove send_and_recv_msgs()
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 18 Dec 2023 23:09:22 +0000 (01:09 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Dec 2023 23:09:22 +0000 (01:09 +0200)
commitafd306cf79f4836a10c121e3a15225adca479368
treebe7ef08fd57d5946906a82c769f3e9ea34429b26
parent7c2f67cea270b7ad1397ea79bc41db17f261ab13
nl80211: Remove send_and_recv_msgs()

This helper is of no real use anymore, so get rid of it. This completes
send_and_recv*() cleanup. What remains is the most generic
send_and_recv() and two wrappers for it to cover the most common simpler
cases.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
src/drivers/driver_nl80211.c
src/drivers/driver_nl80211.h