summaryrefslogtreecommitdiff
path: root/drivers/net/fm/fm.h
diff options
context:
space:
mode:
authorShengzhou Liu <Shengzhou.Liu@freescale.com>2013-03-25 07:39:29 (GMT)
committerAndy Fleming <afleming@freescale.com>2013-05-14 21:13:24 (GMT)
commitae8a5d10f34c8ab6421d5204956de18c9defbf1d (patch)
tree887c21630b824799ef65cdc6cfb6b8a4969f0e5a /drivers/net/fm/fm.h
parent959278083db4a2f104e56069ca031ecc3213c728 (diff)
downloadu-boot-fsl-qoriq-ae8a5d10f34c8ab6421d5204956de18c9defbf1d.tar.xz
net/fm: fixup ethernet for mEMAC
- set proper compatible property name for mEMAC. - fixed ft_fixup_port for dual-role mEMAC, which will lead to MAC node disabled incorrectly. Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/net/fm/fm.h')
-rw-r--r--drivers/net/fm/fm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/fm/fm.h b/drivers/net/fm/fm.h
index 228df33..ba581e9 100644
--- a/drivers/net/fm/fm.h
+++ b/drivers/net/fm/fm.h
@@ -152,4 +152,6 @@ struct fm_eth {
#define MAX_RXBUF_LOG2 11
#define MAX_RXBUF_LEN (1 << MAX_RXBUF_LOG2)
+#define PORT_IS_ENABLED(port) fm_info[fm_port_to_index(port)].enabled
+
#endif /* __FM_H__ */