nl80211: Abort an ongoing scan upon scan timeout indication
authorAyala Beker <ayala.beker@intel.com>
Mon, 29 Feb 2016 12:30:03 +0000 (14:30 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 3 Mar 2016 15:10:26 +0000 (17:10 +0200)
commit7441698fcf564645e5f62904d3ca44af957060f4
treed6870d6ab4ebac17e620f32ac078078f17b272fe
parentd4b521a38b6cff8dd9d904061861d2f2b2ccfa02
nl80211: Abort an ongoing scan upon scan timeout indication

Currently, when scan is stuck in the kernel/driver/fw,
the nl80211 driver tries to recover by faking a SCAN_RESULTS flow.
However, the scan is still stuck in the kernel/driver/fw.

To avoid that stuck request, abort it upon scan timeout.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
src/drivers/driver_nl80211_scan.c