[][openwrt][mt7988][eth][Update Flowblock WED patch]

[Description]
Refactor existing wed patch because there is a
new change on Ethernet driver.
(https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_
openwrt_feeds/+/7514813)

If without this patch, MAC80211 SDK will encounter
build fail issue.

[Release-log]
N/A


Change-Id: Ifd7eda502c4529c1fa27b3c773a87166ce5fb110
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7522293
diff --git a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9993-add-wed.patch b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9993-add-wed.patch
index 04e4edc..201a629 100755
--- a/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9993-add-wed.patch
+++ b/autobuild_mac80211_release/target/linux/mediatek/patches-5.4/9993-add-wed.patch
@@ -208,9 +208,9 @@
 +		mtk_wed_add_hw(np, eth, wdma, i);
 +	}
 +
- 	for (i = 0; i < MTK_MAX_IRQ_NUM; i++) {
- 		if (MTK_HAS_CAPS(eth->soc->caps, MTK_SHARED_INT) && i > 0)
- 			eth->irq[i] = eth->irq[0];
+ 	for (i = 0; i < MTK_PDMA_IRQ_NUM; i++)
+		eth->irq_pdma[i] = platform_get_irq(pdev, i);
+
 @@ -4320,10 +4397,11 @@ static int mtk_probe(struct platform_dev
  	}