]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Stop TX wait on SD query TX status failure
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Oct 2014 18:52:05 +0000 (21:52 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 Oct 2014 18:52:05 +0000 (21:52 +0300)
commit4db207518de5b2988abfcb548809f3af1da3ecb0
tree21dbe7d7a0ea89bb646fa1d4b68661808ffb782f
parent44abecbf0256c78f33bd0e87a7ce264ebbc70cf8
P2P: Stop TX wait on SD query TX status failure

The previous TX operation could be on another channel if there are
multiple peers with pending SD queries. To avoid failing to send the
following query, stop the last one to allow any Listen channel to be
used for the following query during p2p_find iteration.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p.c