From: Ben Greear Date: Wed, 12 Jun 2013 21:08:44 +0000 (-0700) Subject: mac80211: Ensure tid_start_tx is protected by sta->lock X-Git-Tag: v3.11-rc1~64^2~78^2^2~24^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e562078a19226660299eeaf40a50752672214f11;p=pandora-kernel.git 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 Signed-off-by: Johannes Berg --- Reading git-diff-tree failed