ipq40xx: essedma: enable VLAN tag offload for single-port
authorDavid Bauer <mail@david-bauer.net>
Sat, 5 Sep 2020 23:24:00 +0000 (01:24 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 11 Sep 2020 15:37:11 +0000 (17:37 +0200)
commit2e6c236abd0bebe82bf9020941f34344acb3ae1f
treec6ec1ca63af8e5b92e2608eb6c749829b82bf565
parente289f183476b486e6f9f9590013a5b98de54c762
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>
target/linux/ipq40xx/files-5.4/drivers/net/ethernet/qualcomm/essedma/edma.c