2
0
forked from Ivasoft/openwrt

generic: rtl8366: move buf to struct rtl8366_smi

SVN-Revision: 21980
This commit is contained in:
Gabor Juhos
2010-06-28 17:23:48 +00:00
parent 830b04bd72
commit 19ed040c62
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 {