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

generic: rtl8366: add cpu_port, num_ports and num_vlan_mc to struct rtl8366_smi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21978 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-06-28 17:23:41 +00:00
parent a81c90dc76
commit 7a3a11aca6
3 changed files with 30 additions and 20 deletions

View File

@@ -25,6 +25,10 @@ struct rtl8366_smi {
struct mii_bus *mii_bus;
int mii_irq[PHY_MAX_ADDR];
unsigned int cpu_port;
unsigned int num_ports;
unsigned int num_vlan_mc;
struct rtl8366_smi_ops *ops;
};