]> git.baikalelectronics.ru Git - kernel.git/commit
rt2x00: Interface sequence lock doesn't have to disable interrupts.
authorGertjan van Wingerde <gwingerde@gmail.com>
Wed, 18 May 2011 18:25:42 +0000 (20:25 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 1 Jun 2011 19:10:59 +0000 (15:10 -0400)
commit58ed698276b7e6b9b2c87aa535a6df4d9ecc483f
tree2d8bd74d48921b0d35b1ea9e8e2ff32142a3452e
parent6f0d70ce162750ebaed8fe015f719b003950b157
rt2x00: Interface sequence lock doesn't have to disable interrupts.

This lock is only used in the TX path and thus in process context. Therefore
we can use a much lighter spinlock variant.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00queue.c