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 debugfs file for VLAN4K table (backport of r24933)

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@24993 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2011-01-14 18:19:25 +00:00
parent a2940c09a9
commit d1cd0e74c7
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
};