mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 11:15:07 +07:00
fd2a89146a
This patch fix the issue with fixed link. With fixed-link
device opening fails due to macb_phylink_connect not
handling fixed-link mode, in which case no MAC-PHY connection
is needed and phylink_connect return success (0), however
in current driver attempt is made to search and connect to
PHY even for fixed-link.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
macb_main.c | ||
macb_pci.c | ||
macb_ptp.c | ||
macb.h | ||
Makefile |