From: Sujith Date: Mon, 26 Apr 2010 09:39:42 +0000 (+0530) Subject: ath9k_htc: Simplify RX IRQ handler X-Git-Tag: v2.6.35-rc1~473^2~167^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f824719a2729f1a6bb78de20c4d3b3dbdd81a09;p=pandora-kernel.git ath9k_htc: Simplify RX IRQ handler A bunch of validation and processing in the RX IRQ handler can be moved to the RX tasklet. The IRQ handler is already heavy, with the memory allocation for handling stream mode. Also, a memcpy of 40 bytes for every packet can be avoided in the handler. Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed