net: vertexcom: mse102x: Drop invalid cmd stats
authorStefan Wahren <wahrenst@gmx.net>
Fri, 9 May 2025 12:04:32 +0000 (14:04 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 13 May 2025 01:46:44 +0000 (18:46 -0700)
commitaeb90c40ee9a8a67c5cac5445162c36586f2816c
treeb83239addbb3896c4f71ae879e7dd11a80169d08
parentfed56943a8ba0409570ed79b040acf75e47d676d
net: vertexcom: mse102x: Drop invalid cmd stats

There are several reasons for an invalid command response
by the MSE102x:
* SPI line interferences
* MSE102x is in reset or has no firmware
* MSE102x is busy
* no packet in MSE102x receive buffer

So the counter for invalid command isn't very helpful without
further context. So drop the confusing statistics counter,
but keep the debug messages about "unexpected response" in order
to debug possible hardware issues.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250509120435.43646-4-wahrenst@gmx.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/vertexcom/mse102x.c