From: Lennert Buytenhek Date: Fri, 8 Jan 2010 17:32:18 +0000 (+0100) Subject: mwl8k: move receive processing to tasklet X-Git-Tag: v2.6.34-rc1~233^2~556^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e2eb27958cae758ccbc86443c360ec285acc3e;p=pandora-kernel.git mwl8k: move receive processing to tasklet Like how TX reclaim is done in a tasklet, move receive processing to tasklet context as well. This can have nice benefits for CPU utilisation and throughput, especially at 3-stream rates. (Use the same CLEAR_SEL trick as the TX reclaim tasklet does, to avoid having to touch the interrupt mask registers.) Signed-off-by: Lennert Buytenhek Signed-off-by: John W. Linville --- Reading git-diff-tree failed