ramips: properly map pvid for vlans with remapped vid on mt7530/762x switches
authorJo-Philipp Wich <jo@mein.io>
Tue, 13 Feb 2018 14:37:49 +0000 (15:37 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 14 Feb 2018 15:43:30 +0000 (16:43 +0100)
commit341b1427fc247fd4c53f390f2f17258dcf052a50
treef300d70cc84b07f8904e12cd5f655325d96270d5
parentbb4002c79dd8ea7bec9643707277944da90d002c
ramips: properly map pvid for vlans with remapped vid on mt7530/762x switches

Currently, untagged port primary vlan IDs are set to the VLAN table index,
and not the actual VLAN ID, breaking configurations with IDs deviating from
the VLAN index.

Fix the issue by resolving the per-port pvid property to the target VLAN ID
value before committing to the hardware.

Fixes FS#991, FS#1147, FS#1341

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ramips/files-4.9/drivers/net/ethernet/mtk/mt7530.c