commit | 798eefde3097f218849194f1abda1f179a169cc2 | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@gmail.com> | Wed May 18 20:25:42 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 01 15:10:59 2011 -0400 |
tree | 2d8bd74d48921b0d35b1ea9e8e2ff32142a3452e | |
parent | 872834dfb38edc6f72cfc783a5ce78f2a9f36ec5 [diff] |
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>