generic: rtl8366: move buf to struct rtl8366_smi
[openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366_smi.h
index f111f2b52557e7d5e63b4be24c72f7d5d9753d87..8639553014a6e5bec6b98c962e68f2ea7fa2d575 100644 (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 {