From: Ivo van Doorn Date: Mon, 28 Jul 2008 08:21:16 +0000 (+0200) Subject: rt2x00: Sequence counter should be protected in irqsave X-Git-Tag: v2.6.27-rc2~2^2~24^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4764b29b6e0f1608e397930677928e5a3f62bba;p=pandora-kernel.git rt2x00: Sequence counter should be protected in irqsave The sequence counter can be accessed in IRQ context, which means the lock protecting the counter should be irqsave. To prevent making the entire intf->lock irqsave without reason, create a new lock which only protects the sequence counter. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed