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

backfire: generic: rtl8366: move buf to struct rtl8366_smi (backport of 21980)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22026 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-07-01 18:08:26 +00:00
parent c667963cee
commit e4c3757c17
3 changed files with 66 additions and 72 deletions

View File

@@ -30,6 +30,8 @@ struct rtl8366_smi {
unsigned int num_vlan_mc;
struct rtl8366_smi_ops *ops;
char buf[4096];
};
struct rtl8366_vlan_mc {