From: Helmut Schaa Date: Sun, 11 Jul 2010 10:26:48 +0000 (+0200) Subject: rt2x00: Convert rt2x00 to use threaded interrupts X-Git-Tag: v2.6.36-rc1~571^2~107^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e256c9a3717bcae2e9ed05c9ec7bed7bf2c55d;p=pandora-kernel.git rt2x00: Convert rt2x00 to use threaded interrupts Use threaded interrupts for all rt2x00 PCI devices. This has several generic advantages: - Reduce the time we spend in hard irq context - Use non-atmic mac80211 functions for rx/tx Furthermore implementing broad- and multicast buffering will be much easier in process context while maintaining low latency and updating the beacon just before transmission (pre tbtt interrupt) can also be done in process context. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed