Commit 75d56414 authored by Maxim Kochetkov's avatar Maxim Kochetkov Committed by David S. Miller

fsl/fman: Add fibre support

Set SUPPORTED_FIBRE to mac_dev->if_support. It allows proper usage of
PHYs with optical/fiber support.
Signed-off-by: default avatarMaxim Kochetkov <fido_max@inbox.ru>
Acked-by: default avatarMadalin Bucur <madalin.bucur@oss.nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 727d6a8b
...@@ -524,6 +524,7 @@ static void setup_memac(struct mac_device *mac_dev) ...@@ -524,6 +524,7 @@ static void setup_memac(struct mac_device *mac_dev)
| SUPPORTED_Autoneg \ | SUPPORTED_Autoneg \
| SUPPORTED_Pause \ | SUPPORTED_Pause \
| SUPPORTED_Asym_Pause \ | SUPPORTED_Asym_Pause \
| SUPPORTED_FIBRE \
| SUPPORTED_MII) | SUPPORTED_MII)
static DEFINE_MUTEX(eth_lock); static DEFINE_MUTEX(eth_lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment