mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix tx stats (#2705)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9570 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user