P2P: Wait on GO Negotiation Confirm transmit
authorArik Nemtsov <arik@wizery.com>
Tue, 7 Jan 2014 14:15:27 +0000 (16:15 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jan 2014 14:28:44 +0000 (16:28 +0200)
commit1785d2e912676cfeeacd6e18854b66d2e277b149
treebbee48834fa9453a0fdeceefd1cdc136f24d6ce6
parent472fa2168a950315cb939029252cd75366eb113a
P2P: Wait on GO Negotiation Confirm transmit

This reverts commit 792c8877c3e9558a6def558c6d35833a00571683
('P2P: Send GO Negotiation Confirm without wait').

Some drivers rely on the wait period for sending packets on the
off-channel. If the wait value is small, there's a race condition where
the driver ROC might complete before the packet was sent out. This
doesn't impede other drivers, as the wait is cancelled when a
Tx-completion arrives from the remote peer.

Signed-hostap: Arik Nemtsov <arik@wizery.com>
src/p2p/p2p_go_neg.c