[][MAC80211][hnat][Add multiple PPE allocation of the ETH for mt7988]

[Description]
Add multiple PPE allocation of the ETH for mt7988.

This patch allows for routing of ETH to ETH/WiFi traffic to different
PPE ports based on the GDM ID.

Without this patch, the PPE0 is the only opotion for ETH to ETH/WiFi
traffic.

[Release-log]
N/A


Change-Id: I391700c0a86f47aaceae81d2acc0f0fb512ee0f6
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/8257583
diff --git a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch
index ef970de..12a3ba8 100644
--- a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch
+++ b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/999-3015-ethernet-update-ppe-from-netsys2-to-netsys3.patch
@@ -70,7 +70,7 @@
 +#if defined(CONFIG_MEDIATEK_NETSYS_V2) || defined(CONFIG_MEDIATEK_NETSYS_V3)
  #define MTK_GDMA_TO_PPE0	0x3333
  #define MTK_GDMA_TO_PPE1	0x4444
-+#define MTK_GMAC_TO_PPE2	0xcccc
++#define MTK_GDMA_TO_PPE2	0xcccc
  #else
  #define MTK_GDMA_TO_PPE0	0x4444
  #endif