nl80211: Remove send_and_recv_msgs_global() wrapper
authorJouni Malinen <j@w1.fi>
Sat, 20 Dec 2014 13:45:28 +0000 (15:45 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Dec 2014 13:45:28 +0000 (15:45 +0200)
commit1033315fbe4e929df479249c8ef38abab5216316
treec1059811c52a7086d2d2a190095c8c7be293cdf8
parentbdf5ccb264927205917051bb93951fed7700d495
nl80211: Remove send_and_recv_msgs_global() wrapper

There was only a single user for this and calling send_and_recv()
directly is as simple as using this wrapper.

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