]> git.openfabrics.org - ~emulex/infiniband.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)
commit798eefde3097f218849194f1abda1f179a169cc2
tree2d8bd74d48921b0d35b1ea9e8e2ff32142a3452e
parent872834dfb38edc6f72cfc783a5ce78f2a9f36ec5
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