drivers: net:ethernet: cpsw: add support for VLAN
adding support for VLAN interface for cpsw. CPSW VLAN Capability * Can filter VLAN packets in Hardware Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
e11b220f33
commit
3b72c2fe0c
@@ -35,6 +35,7 @@ struct cpsw_platform_data {
|
||||
u32 bd_ram_size; /*buffer descriptor ram size */
|
||||
u32 rx_descs; /* Number of Rx Descriptios */
|
||||
u32 mac_control; /* Mac control register */
|
||||
u16 default_vlan; /* Def VLAN for ALE lookup in VLAN aware mode*/
|
||||
};
|
||||
|
||||
#endif /* __CPSW_H__ */
|
||||
|
Reference in New Issue
Block a user