Android: Revert static field back to send_and_recv_msgs()
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
3c2e82f101
commit
982189632f
1 changed files with 4 additions and 7 deletions
|
@ -625,10 +625,7 @@ static int send_and_recv_msgs_global(struct nl80211_global *global,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifndef ANDROID_P2P
|
static int send_and_recv_msgs(struct wpa_driver_nl80211_data *drv,
|
||||||
static
|
|
||||||
#endif /* ANDROID_P2P */
|
|
||||||
int send_and_recv_msgs(struct wpa_driver_nl80211_data *drv,
|
|
||||||
struct nl_msg *msg,
|
struct nl_msg *msg,
|
||||||
int (*valid_handler)(struct nl_msg *, void *),
|
int (*valid_handler)(struct nl_msg *, void *),
|
||||||
void *valid_data)
|
void *valid_data)
|
||||||
|
|
Loading…
Reference in a new issue