From: Bing Zhao Date: Tue, 6 Nov 2012 00:59:15 +0000 (-0800) Subject: mwifiex: process RX packets in SDIO IRQ thread directly X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~174^2^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601216e12c65e131453941962f2a8f6e49a2a379;p=pandora-kernel.git mwifiex: process RX packets in SDIO IRQ thread directly ksdioirqd has higher priority than kworker. Process RX packets in SDIO IRQ thread (ksdioirqd/mmcX) directly instead of deferring the work to kworker to avoid the extra latency. This improves TCP throughput 15~20% on an ARM platform with SDIO 2.0 controller. Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed