summaryrefslogtreecommitdiff
path: root/drivers/net/usb
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2020-11-10 20:48:54 +0100
committerJakub Kicinski <kuba@kernel.org>2020-11-12 14:58:27 -0800
commit45fc3fd4308c5dbb45aa652399a084364e60d4b0 (patch)
tree2388e7004240cefbe205f59cf394b7410c0a6953 /drivers/net/usb
parent2d5c27dafe63fb8a2e879f3e8f8a73a83a97d5df (diff)
downloadlinux-next-45fc3fd4308c5dbb45aa652399a084364e60d4b0.tar.gz
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')
0 files changed, 0 insertions, 0 deletions