From 792c8877c3e9558a6def558c6d35833a00571683 Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 6 Jun 2012 16:37:54 +0300 Subject: P2P: Send GO Negotiation Confirm without wait The GO Negotiation Confirm frame doesn't need to be sent with a wait since we don't expect a response to it. Signed-hostap: Johannes Berg --- src/p2p/p2p_go_neg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/p2p') diff --git a/src/p2p/p2p_go_neg.c b/src/p2p/p2p_go_neg.c index 2bf48b3..5b723b6 100644 --- a/src/p2p/p2p_go_neg.c +++ b/src/p2p/p2p_go_neg.c @@ -1022,7 +1022,7 @@ fail: else freq = dev->listen_freq; if (p2p_send_action(p2p, freq, sa, p2p->cfg->dev_addr, sa, - wpabuf_head(conf), wpabuf_len(conf), 200) < 0) { + wpabuf_head(conf), wpabuf_len(conf), 0) < 0) { wpa_msg(p2p->cfg->msg_ctx, MSG_DEBUG, "P2P: Failed to send Action frame"); p2p_go_neg_failed(p2p, dev, -1); -- cgit v1.1