add support for board specific vlan matrix, should fix #2132
[openwrt/openwrt.git] / target / linux / adm5120-2.6 / files / include / asm-mips / mach-adm5120 / adm5120_board.h
index 80ace78654eb07aa1f66d3049ea165780ece7c01..7e95ecad4af76e66e6379777b50fb1220cccd476 100644 (file)
@@ -37,7 +37,8 @@ struct adm5120_board {
        void                    (*board_setup)(void);
        void                    (*board_reset)(void);
 
-       unsigned int            num_eth_ports;
+       unsigned int            eth_num_ports;
+       unsigned char           *eth_vlans;
        unsigned int            num_devices;
        struct platform_device  **devices;