Skip to content
Commit 4fa11ec7 authored by Sachin Kulkarni's avatar Sachin Kulkarni Committed by Johannes Berg
Browse files

mac80211: Requeue work after scan complete for all VIF types.



During a sw scan ieee80211_iface_work ignores work items for all vifs.
However after the scan complete work is requeued only for STA, ADHOC
and MESH iftypes.

This occasionally results in event processing getting delayed/not
processed for iftype AP when it coexists with a STA. This can result
in data halt and eventually disconnection on the AP interface.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarSachin Kulkarni <Sachin.Kulkarni@imgtec.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent da629cf1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment