diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2020-11-10 22:48:54 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-13 01:58:27 +0300 |
commit | 45fc3fd4308c5dbb45aa652399a084364e60d4b0 (patch) | |
tree | 2388e7004240cefbe205f59cf394b7410c0a6953 /include/linux/usb/usbnet.h | |
parent | 2d5c27dafe63fb8a2e879f3e8f8a73a83a97d5df (diff) | |
download | linux-45fc3fd4308c5dbb45aa652399a084364e60d4b0.tar.xz |
qtnfmac: switch to core handling of rx/tx byte/packet counters
Use netdev->tstats instead of a member of qtnf_vif for storing a pointer
to the per-cpu counters. This allows us to use core functionality for
statistics handling.
The driver sets netdev->needs_free_netdev, therefore freeing the per-cpu
counters at the right point in time is a little bit tricky. Best option
seems to be to use the ndo_init/ndo_uninit callbacks.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Acked-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/usb/usbnet.h')
0 files changed, 0 insertions, 0 deletions