2
0
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:
Tan Hong Hui
2018-01-27 10:14:57 +08:00
committed by John Crispin
parent e16cc7a8c8
commit 1263d07b89
3 changed files with 55 additions and 0 deletions

View File

@@ -462,6 +462,7 @@ struct ar8xxx_priv {
bool mirror_tx;
int source_port;
int monitor_port;
u8 port_vlan_prio[AR8X16_MAX_PORTS];
};
u32