KS8695: update ksp->next_rx_desc_read at the end of rx loop
authorYegor Yefremov <yegorslists@googlemail.com>
Sat, 20 Mar 2010 05:43:29 +0000 (22:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Mar 2010 05:43:29 +0000 (22:43 -0700)
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>

No differences found