]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Get rid of separate wpa_driver_nl80211_send_frame()
authorJouni Malinen <j@w1.fi>
Fri, 3 Jan 2020 12:53:37 +0000 (14:53 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 3 Jan 2020 13:00:15 +0000 (15:00 +0200)
commit0dae4354f7ec2477993fa3d7c3fb03e088ffea04
treef48aaecfac65623d2a228e0d6ea55907c83ac51e
parente69592786250d3b06b89e0a877c0420f3e2f1a83
nl80211: Get rid of separate wpa_driver_nl80211_send_frame()

Merge this function into wpa_driver_nl80211_send_mlme() that is now the
only caller for the previously shared helper function. This is a step
towards cleaning up the overly complex code path for sending Management
frames.

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