Skip to content
Commit e562078a authored by Ben Greear's avatar Ben Greear Committed by Johannes Berg
Browse files

mac80211: Ensure tid_start_tx is protected by sta->lock



All accesses of the tid_start_tx lock should be protected
by sta->lock if there is any chance that another thread
could still be accessing the sta object.

Signed-off-by: default avatarBen Greear <greearb@candelatech.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 661eb381
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