forked from Ivasoft/openwrt
ramips: allow to specify port layout for the switch of the RT305x/RT3350
Based on a patch by Roman Yeryomin <roman@advem.lv> SVN-Revision: 27990
This commit is contained in:
@@ -11,8 +11,15 @@
|
||||
#ifndef _RT305X_ESW_PLATFORM_H
|
||||
#define _RT305X_ESW_PLATFORM_H
|
||||
|
||||
enum {
|
||||
RT305X_ESW_VLAN_CONFIG_NONE = 0,
|
||||
RT305X_ESW_VLAN_CONFIG_LLLLW,
|
||||
RT305X_ESW_VLAN_CONFIG_WLLLL,
|
||||
};
|
||||
|
||||
struct rt305x_esw_platform_data
|
||||
{
|
||||
u8 vlan_config;
|
||||
};
|
||||
|
||||
#endif /* _RT305X_ESW_PLATFORM_H */
|
||||
|
||||
Reference in New Issue
Block a user