Merge branch 'phy-handle-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 31 Mar 2023 08:23:41 +0000 (09:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Mar 2023 08:23:41 +0000 (09:23 +0100)
commit279d8ff5ec00b06a5dc9b90f3d00a5a5253aa95d
tree7e35d1b3b7ed09e85953fb360187a5001df190a7
parent44d807320000db0d0013372ad39b53e12d52f758
parent6fc21a6ed5953b1dd3a41ce7be1ea57f5ef8c081
Merge branch 'phy-handle-fixes'

Michael Sit Wei Hong says:

====================
Fix PHY handle no longer parsing

After the fixed link support was introduced, it is observed that PHY
no longer attach to the MAC properly. So we introduce a helper
function to determine if the MAC should expect to connect to a PHY
and proceed accordingly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>