From: Ido Yariv Date: Tue, 12 Oct 2010 12:49:10 +0000 (+0200) Subject: wl1271: Fix TX starvation X-Git-Tag: v2.6.38-rc1~476^2~558^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a522550a283de31c7cfc30c7a129ce584e38c582;p=pandora-kernel.git wl1271: Fix TX starvation While wl1271_irq_work handles RX directly (by calling wl1271_rx), a different work is scheduled for transmitting packets. The IRQ work might handle more than one interrupt during a single call, including multiple TX completion interrupts. This might starve TX, since no packets are transmitted until all interrupts are handled. Fix this by calling the TX work function directly, instead of deferring it. Signed-off-by: Ido Yariv Reviewed-by: Juuso Oikarinen Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed