2
0
forked from Ivasoft/openwrt

generic: rtl8366: add debugfs file for VLAN4K table

SVN-Revision: 24933
This commit is contained in:
Gabor Juhos
2011-01-08 18:03:57 +00:00
parent 9a32655293
commit 72779e560b
2 changed files with 60 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ struct rtl8366_smi {
#ifdef CONFIG_RTL8366S_PHY_DEBUG_FS
struct dentry *debugfs_root;
u16 dbg_reg;
u8 dbg_vlan_4k_page;
#endif
};