]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove old mechanism of skipping scan request rescheduling
authorJouni Malinen <j@w1.fi>
Sun, 17 Nov 2013 10:52:08 +0000 (12:52 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Nov 2013 14:47:13 +0000 (16:47 +0200)
commitfa58da2e6ce76939ced1abd61625cbc92f8fd109
treec7556a84b1ab38b35417a16b299d124efbe211cc
parente2f5a9889a3a2bb8f1eed0cf274c7fbbabe3e9de
Remove old mechanism of skipping scan request rescheduling

Since eloop_deplete_timeout() is doing practically same in
wpa_supplicant_req_scan(), revert the old mechanism from commit
7e1488494e0150ee7fdef83355266b5633c5c1b0 to avoid unnecessary work in
this function.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/scan.c