openwrt/target/linux/ipq40xx/files-5.4/drivers/net/ethernet/qualcomm/essedma
David Bauer 2e6c236abd ipq40xx: essedma: enable VLAN tag offload for single-port
Enable the VLAN tag offloading mechanism for RGMII single-port devices.
This allows those devices to use 802.1Q VLANs on the ethernet port.

Previously, RX frames were double tagged, as the RX TAG removal flag was
not enabled and an additional 802.1Q header was inserted elsewhere in
the code.

On the TX side, tagging was completely not present for single-port
devices. Enable tagging if an 802.1Q frame should be transmitted and
disable the default tagging mechanism for single-port devices.

Tested on Aruba AP-303

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-09-11 17:37:11 +02:00
..
Makefile ipq40xx: add v5.4 support 2020-02-28 17:50:46 +01:00
edma.c ipq40xx: essedma: enable VLAN tag offload for single-port 2020-09-11 17:37:11 +02:00
edma.h ipq40xx: add v5.4 support 2020-02-28 17:50:46 +01:00
edma_axi.c ipq40xx: fix ethernet vlan double tagging 2020-07-14 18:31:48 +02:00
edma_ethtool.c ipq40xx: 5.4: fix ethernet driver 2020-03-16 22:21:45 +01:00
ess_edma.h ipq40xx: add v5.4 support 2020-02-28 17:50:46 +01:00