net: phy: at803x: raname hw_stats functions to qca83xx specific name
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 8 Dec 2023 14:51:50 +0000 (15:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2023 10:34:27 +0000 (10:34 +0000)
commit07b1ad83b9ed6db1735ba10baf67b7a565ac0cef
tree11983a6328b232c0cea590e60e38b429749bf4b0
parent6a3b8c573b5a152a6aa7a0b54c5e18b84c6ba6f5
net: phy: at803x: raname hw_stats functions to qca83xx specific name

The function and the struct related to hw_stats were specific to qca83xx
PHY but were called following the convention in the driver of calling
everything with at803x prefix.

To better organize the code, rename these function a more specific name
to better describe that they are specific to 83xx PHY family.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c