]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Ensure tid_start_tx is protected by sta->lock
authorBen Greear <greearb@candelatech.com>
Wed, 12 Jun 2013 21:08:44 +0000 (14:08 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 13 Jun 2013 08:27:07 +0000 (10:27 +0200)
commitca17686acebaaf086f13846e5655b6430c448157
tree09e911481176393b8e47913a594fce34828fb8a9
parenta6dffc2cc8690e540985a4592f3f19ce2b906cfc
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>
net/mac80211/ht.c
net/mac80211/sta_info.h