mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 19:43:03 -05:00
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>