From: zeal Date: Mon, 16 Nov 2009 04:58:10 +0000 (+0000) Subject: KS8695: fix ks8695_rx() unreasonable action. X-Git-Tag: v2.6.33-rc1~388^2~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c427ff9e4cc61625d48172ea082ae99e21eea6a;p=pandora-kernel.git KS8695: fix ks8695_rx() unreasonable action. ks8695_rx() will call refill_buffers() for every incoming packet. Its not necessary. We just need do it after finishing receiving thing. And the 'RX dma engine' is in the same situation. This blocks our user space application. The following patch may fix it. Signed-off-by: zeal Signed-off-by: David S. Miller --- Reading git-diff-tree failed