commit | 1be0d07b56d317b15fcb9b66b3fb7d1476c39fc5 | [log] [tgz] |
---|---|---|
author | Ofir Shemesh <ofirshemesh777@gmail.com> | Mon Mar 17 22:00:46 2025 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 19 18:51:42 2025 -0400 |
tree | 841247d5404bc1c88fb9878001d26cc900e9c46a | |
parent | 2eabbcc0848bb5eca29e02592023ef9ef324702d [diff] |
drivers: ethernet: phy_mii: Return -ENOTSUP for fixed-link config Return -ENOTSUP in phy_mii_cfg_link when a fixed-link configuration is set, indicating that MDIO read/write operations are not supported. Signed-off-by: Ofir Shemesh <ofirshemesh777@gmail.com>