Skip to content

Commit 75d5641

Browse files
fidomaxdavem330
authored andcommitted
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: Maxim Kochetkov <[email protected]> Acked-by: Madalin Bucur <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 727d6a8 commit 75d5641

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/freescale/fman

1 file changed

+1
-0
lines changed

drivers/net/ethernet/freescale/fman/mac.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ static void setup_memac(struct mac_device *mac_dev)
524524
| SUPPORTED_Autoneg \
525525
| SUPPORTED_Pause \
526526
| SUPPORTED_Asym_Pause \
527+
| SUPPORTED_FIBRE \
527528
| SUPPORTED_MII)
528529

529530
static DEFINE_MUTEX(eth_lock);

0 commit comments

Comments
 (0)