commit | 13eff5311382cb109725363026cdb4717714bf65 | [log] [tgz] |
---|---|---|
author | Ben Greear <greearb@candelatech.com> | Thu Oct 22 09:07:39 2015 -0700 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Oct 29 13:07:00 2015 +0200 |
tree | 008a4efd3481144c78ea957f7475cee0bbe4b1e8 | |
parent | 0370248379579aa0274c8f14f2d9af1f32388104 [diff] |
ath6kl: implement ethtool stats This supports a way to get target stats through normal ethtool stats API. For instance: # ethtool -S wlan1 NIC statistics: tx_pkts_nic: 353 tx_bytes_nic: 25142 rx_pkts_nic: 6 rx_bytes_nic: 996 d_tx_ucast_pkts: 89 d_tx_bcast_pkts: 264 d_tx_ucast_bytes: 3020 d_tx_bcast_bytes: 22122 ... Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>