openwrt/target/linux/realtek/files-5.15/drivers/net/phy
Pascal Ernster 8b2f654d4c realtek: Use MII_BMCR and BMCR_* constants from <linux/mii.h>
Replace numerical values, BIT(x) and (1 << x) in
drivers/net/phy/rtl83xx-phy.c with constants from <linux/mii.h> to
improve code readability.

To make reviewing easier, this commit only addresses MII_BMCR and BMCR_*
constants.

Suggested-by: DENG Qingfang <dqfext@gmail.com>
Signed-off-by: Pascal Ernster <git@hardfalcon.net>
2023-07-01 20:25:48 +02:00
..
rtl83xx-phy.c realtek: Use MII_BMCR and BMCR_* constants from <linux/mii.h> 2023-07-01 20:25:48 +02:00
rtl83xx-phy.h realtek: Replace C++ style comments 2022-12-27 16:33:01 +01:00