Commit d473673
net: ethernet: mtk_eth_soc: fix tx vlan tag for llc packets
When sending llc packets with vlan tx offload, the hardware fails to
actually add the tag. Deal with this by fixing it up in software.
Fixes: 656e705 ("net-next: mediatek: add support for MT7623 ethernet")
Reported-by: Thibaut VARENE <hacks@slashdirt.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250831182007.51619-1-nbd@nbd.name
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent c06ca8c commit d473673
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1761 | 1761 | | |
1762 | 1762 | | |
1763 | 1763 | | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
1764 | 1771 | | |
1765 | 1772 | | |
1766 | 1773 | | |
| |||
1806 | 1813 | | |
1807 | 1814 | | |
1808 | 1815 | | |
1809 | | - | |
1810 | 1816 | | |
| 1817 | + | |
| 1818 | + | |
1811 | 1819 | | |
1812 | 1820 | | |
1813 | 1821 | | |
| |||
0 commit comments