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.28-rc1~717^2~110^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a477e4e6d48d3ac7c7a75bad40585cb391e5c237;p=pandora-kernel.git ath9k: fix oops on trying to hold the wrong spinlock 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. Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Sujith Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed