2
0
forked from Ivasoft/openwrt

generic: rtl8366: enable vlans before enabling the ports

SVN-Revision: 24939
This commit is contained in:
Gabor Juhos
2011-01-08 20:24:29 +00:00
parent c16715f8d2
commit 792a1fb2c0
4 changed files with 11 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ int rtl8366_smi_read_reg(struct rtl8366_smi *smi, u32 addr, u32 *data);
int rtl8366_smi_rmwr(struct rtl8366_smi *smi, u32 addr, u32 mask, u32 data);
int rtl8366_reset_vlan(struct rtl8366_smi *smi);
int rtl8366_enable_vlan(struct rtl8366_smi *smi, int enable);
int rtl8366_enable_all_ports(struct rtl8366_smi *smi, int enable);
#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS