summaryrefslogtreecommitdiff
path: root/drivers/net/usb/usbnet.c
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2020-11-10 22:48:54 +0300
committerJakub Kicinski <kuba@kernel.org>2020-11-13 01:58:27 +0300
commit45fc3fd4308c5dbb45aa652399a084364e60d4b0 (patch)
tree2388e7004240cefbe205f59cf394b7410c0a6953 /drivers/net/usb/usbnet.c
parent2d5c27dafe63fb8a2e879f3e8f8a73a83a97d5df (diff)
downloadlinux-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 'drivers/net/usb/usbnet.c')
0 files changed, 0 insertions, 0 deletions