From: Amitkumar Karwar Date: Tue, 25 Nov 2014 14:43:04 +0000 (-0800) Subject: mwifiex: skip delay main work logic for USB interface. X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~28^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381e9fffe6b8343c2479939178ef7ded50bf32d3;p=pandora-kernel.git mwifiex: skip delay main work logic for USB interface. We had introduced delay main work logic to avoid processing interrupts when Rx pending packet count reaches high threshold. interrupt processing is restarted later when packet count reduces lower threashold. This helped to reduce unnecessary overhead and improve throughput for SD and PCIe chipsets. As there are no interrupts for USB, we will skip this logic for USB chipsets. Signed-off-by: Cathy Luo Signed-off-by: Avinash Patil Signed-off-by: Amitkumar Karwar Signed-off-by: John W. Linville --- Reading git-diff-tree failed