X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Frb532%2Ffiles%2Fdrivers%2Fnet%2Fkorina.c;h=e89f334cf20b1e5c91190ccdd6ce018679a38534;hp=6dce2b921b932d18a8d76c528daa8229396fcefa;hb=6cc483ae403104aa16bbacb7901b6a0f2c9f3d99;hpb=bc2b4b018be23ac9bf58eefb73a7397219b991f8 diff --git a/target/linux/rb532/files/drivers/net/korina.c b/target/linux/rb532/files/drivers/net/korina.c index 6dce2b921..e89f334cf 100644 --- a/target/linux/rb532/files/drivers/net/korina.c +++ b/target/linux/rb532/files/drivers/net/korina.c @@ -910,6 +910,7 @@ static void rc32434_tx_tasklet(unsigned long tx_data_dev) } else if (IS_TX_TOK(devcs)) { lp->stats.tx_packets++; + lp->stats.tx_bytes+=lp->tx_skb[lp->tx_next_done]->len; } else { lp->stats.tx_errors++;