Skip to content
Snippets Groups Projects
Commit 75de9113 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: optimise AP stop RCU handling


If there are VLANs, stopping an AP is inefficient as it
calls rcu_barrier() once for each interface (the VLANs
and the AP itself). Optimise this by moving rcu_barrier()
out of the station cleanups and calling it only once for
all interfaces combined.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 361c9c8b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment