forked from Ivasoft/openwrt
kernel: ar83xx: add support to configure per port VLAN priority
Add support to allow for per switch port VLAN priority (PCP) bits for the ar8327/8337 chip using the swconfig utility. Tested on Netgear R7800 Signed-off-by: Tan Hong Hui <hhtan72@yahoo.com>
This commit is contained in:
committed by
John Crispin
parent
e16cc7a8c8
commit
1263d07b89
@@ -462,6 +462,7 @@ struct ar8xxx_priv {
|
||||
bool mirror_tx;
|
||||
int source_port;
|
||||
int monitor_port;
|
||||
u8 port_vlan_prio[AR8X16_MAX_PORTS];
|
||||
};
|
||||
|
||||
u32
|
||||
|
||||
Reference in New Issue
Block a user