2
0
forked from Ivasoft/openwrt

generic: rtl8366: enable ports only after VLAN configuration is done

SVN-Revision: 24938
This commit is contained in:
Gabor Juhos
2011-01-08 20:24:26 +00:00
parent 0bcc97ac26
commit c16715f8d2
4 changed files with 30 additions and 8 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_all_ports(struct rtl8366_smi *smi, int enable);
#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS
int rtl8366_debugfs_open(struct inode *inode, struct file *file);