commit | ea93fd9456ad32cd85b2d7914b58c6313cc40c9e | [log] [tgz] |
---|---|---|
author | Yegor Yefremov <yegorslists@googlemail.com> | Fri Mar 19 22:43:29 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 19 22:43:29 2010 -0700 |
tree | 5e9c1fc69059bfadc14f0f5166a19ecc577677bb | |
parent | b894fa2627e28c078740dc7041cd08c7e2c353ab [diff] |
KS8695: update ksp->next_rx_desc_read at the end of rx loop There is no need to adjust the next rx descriptor after each packet, so do it only once at the end of the routine. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>