1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

backfire: generic: rtl8366: add enable_port helper (backport of r24937)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@24997 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2011-01-14 18:19:41 +00:00
parent 8df64213e2
commit b5e2cd6155
3 changed files with 15 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ struct rtl8366_smi_ops {
int (*is_vlan_valid)(struct rtl8366_smi *smi, unsigned vlan);
int (*enable_vlan)(struct rtl8366_smi *smi, int enable);
int (*enable_vlan4k)(struct rtl8366_smi *smi, int enable);
int (*enable_port)(struct rtl8366_smi *smi, int port, int enable);
};
struct rtl8366_smi *rtl8366_smi_alloc(struct device *parent);