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 cpu_port, num_ports and num_vlan_mc to struct rtl8366_smi (backport of r21978)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22024 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-07-01 18:08:11 +00:00
parent 1a9ab8302a
commit e651d111d7
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;
};