commit | 5c427ff9e4cc61625d48172ea082ae99e21eea6a | [log] [tgz] |
---|---|---|
author | zeal <zealcook@gmail.com> | Mon Nov 16 04:58:10 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 16 23:51:47 2009 -0800 |
tree | 7c8b9b228f53cc5823ed6ef538e39b233cc4c77c | |
parent | fa6cae143d58c74d800b8dbdd8b9f058614874f2 [diff] |
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>