]> bbs.cooldavid.org Git - net-next-2.6.git/commit
KS8695: fix ks8695_rx() unreasonable action.
authorzeal <zealcook@gmail.com>
Mon, 16 Nov 2009 04:58:10 +0000 (04:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Nov 2009 07:51:47 +0000 (23:51 -0800)
commit5c427ff9e4cc61625d48172ea082ae99e21eea6a
tree7c8b9b228f53cc5823ed6ef538e39b233cc4c77c
parentfa6cae143d58c74d800b8dbdd8b9f058614874f2
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 <zealcook@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arm/ks8695net.c