[PATCH 11/11] blackfin: mac: dsa: add vlan mask in board file

From: Bob Liu
Date: Sun Dec 11 2011 - 22:29:13 EST


From: Steven Miao <realmz6@xxxxxxxxx>

Else push file through ftp/rcp will fail.

Signed-off-by: Steven Miao <realmz6@xxxxxxxxx>
Signed-off-by: Bob Liu <lliubbo@xxxxxxxxx>
---
arch/blackfin/mach-bf518/boards/ezbrd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c
index c4de8f9..a2d96d3 100644
--- a/arch/blackfin/mach-bf518/boards/ezbrd.c
+++ b/arch/blackfin/mach-bf518/boards/ezbrd.c
@@ -122,6 +122,8 @@ static struct bfin_mii_bus_platform_data bfin_mii_bus_data = {
#if defined(CONFIG_NET_DSA_KSZ8893M) || defined(CONFIG_NET_DSA_KSZ8893M_MODULE)
.phy_mask = 0xfff7, /* Only probe the port phy connect to the on chip MAC */
#endif
+ .vlan1_mask = 1,
+ .vlan2_mask = 2,
};

static struct platform_device bfin_mii_bus = {
--
1.7.0.4


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/