commit | e562078a19226660299eeaf40a50752672214f11 | [log] [tgz] |
---|---|---|
author | Ben Greear <greearb@candelatech.com> | Wed Jun 12 14:08:44 2013 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jun 13 10:27:07 2013 +0200 |
tree | 09e911481176393b8e47913a594fce34828fb8a9 | |
parent | 661eb3811df568161399af0048f1ecb4ac073687 [diff] |
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: Ben Greear <greearb@candelatech.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>