projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix IMQ autoloading
[openwrt.git]
/
target
/
linux
/
rb532
/
files
/
drivers
/
net
/
korina.c
diff --git
a/target/linux/rb532/files/drivers/net/korina.c
b/target/linux/rb532/files/drivers/net/korina.c
index
6dce2b9
..
e89f334
100644
(file)
--- 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++;
This page took
0.025983 seconds
and
4
git commands to generate.