From: Luis R. Rodriguez Date: Fri, 3 Oct 2008 22:45:26 +0000 (-0700) Subject: ath9k: fix oops on trying to hold the wrong spinlock X-Git-Tag: v2.6.27.3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1f7982f569821f0f35237644e1900456adc58e;p=pandora-kernel.git ath9k: fix oops on trying to hold the wrong spinlock commit a477e4e6d48d3ac7c7a75bad40585cb391e5c237 upstream We were trying to hold the wrong spinlock due to a typo on IEEE80211_BAR_CTL_TID_S's definition. We use this to compute the tid number and then hold this this tid number's spinlock. Tested-by: Steven Noonan Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Sujith Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed