[][MAC80211][hnat][Update NETSYSv3 HNAT new features]

[Description]
Add NETSYSv3 HNAT new features.
    - Support GMAC2 hardware offload
    - Support 3-PPE
    - Support QDMA QoS

[Release-log]
N/A


Change-Id: Ia067921625e3ccea16eab366037971eab42a8179
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6862017
diff --git a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9994-ethernet-update-ppe-from-mt7622-to-mt7986.patch b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9994-ethernet-update-ppe-from-mt7622-to-mt7986.patch
index a349e14..1bfb09a 100755
--- a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9994-ethernet-update-ppe-from-mt7622-to-mt7986.patch
+++ b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9994-ethernet-update-ppe-from-mt7622-to-mt7986.patch
@@ -306,12 +306,12 @@
  	if (mtk_flow_get_wdma_info(dev, dest_mac, &info) == 0) {
  		mtk_foe_entry_set_wdma(foe, info.wdma_idx, info.queue, info.bss,
  				       info.wcid);
- 		pse_port = 3;
+ 		pse_port = PSE_PPE0_PORT;
 +#if defined(CONFIG_MEDIATEK_NETSYS_V2)
 +		if (info.wdma_idx == 0)
-+			pse_port = 8;
++			pse_port = PSE_WDMA0_PORT;
 +		else if (info.wdma_idx == 1)
-+			pse_port = 9;
++			pse_port = PSE_WDMA1_PORT;
 +		else
 +			return -EOPNOTSUPP;
 +#endif