mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Count injected frames in interface stats
This commit is contained in:
parent
6b20ec6533
commit
9f6e1b7ed3
@ -3952,6 +3952,8 @@ s32 rtw_monitor_xmit_entry(struct sk_buff *skb, struct net_device *ndev)
|
|||||||
pattrib->last_txcmdsz = pattrib->pktlen;
|
pattrib->last_txcmdsz = pattrib->pktlen;
|
||||||
dump_mgntframe(padapter, pmgntframe);
|
dump_mgntframe(padapter, pmgntframe);
|
||||||
DBG_COUNTER(padapter->tx_logs.core_tx);
|
DBG_COUNTER(padapter->tx_logs.core_tx);
|
||||||
|
pxmitpriv->tx_pkts++;
|
||||||
|
pxmitpriv->tx_bytes += skb->len;
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
rtw_skb_free(skb);
|
rtw_skb_free(skb);
|
||||||
|
Loading…
Reference in New Issue
Block a user