net: stmmac: don't clear network statistics in .ndo_open()
authorJisheng Zhang <jszhang@kernel.org>
Mon, 17 Jul 2023 16:06:29 +0000 (00:06 +0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 20 Jul 2023 03:51:10 +0000 (20:51 -0700)
commit2eb85b750512cc5dc5a93d5ff00e1f83b99651db
tree4ab9752160823587aebdf4e2db5e6dd697b25a34
parent567b12fe7c7ed9d0de58227e8ada15aa3fce3c4c
net: stmmac: don't clear network statistics in .ndo_open()

FWICT, the common style in other network drivers: the network
statistics are not cleared since initialization, follow the common
style for stmmac.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Link: https://lore.kernel.org/r/20230717160630.1892-2-jszhang@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c