[][MAC80211][Rebase Patch][Add dummy HW offload of IEEE 802.11 fragmentation]

[Description]
Refactor patch to add dummy HW offload of IEEE 802.11 fragmentation.

[Release-log]
N/A

Change-Id: Ia567ddb4ad2c03c2d8e2a1e0403dd1237b21d006
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/8950162
diff --git a/autobuild_mac80211_release/package/kernel/mt76/patches/1034-wifi-mt76-mt7915-enable-the-mac80211-hw-bmc-ps-buffe.patch b/autobuild_mac80211_release/package/kernel/mt76/patches/1034-wifi-mt76-mt7915-enable-the-mac80211-hw-bmc-ps-buffe.patch
index c33652c..8467fb7 100644
--- a/autobuild_mac80211_release/package/kernel/mt76/patches/1034-wifi-mt76-mt7915-enable-the-mac80211-hw-bmc-ps-buffe.patch
+++ b/autobuild_mac80211_release/package/kernel/mt76/patches/1034-wifi-mt76-mt7915-enable-the-mac80211-hw-bmc-ps-buffe.patch
@@ -1,15 +1,15 @@
-From 5476b7efd643f968654047541d718a3c07b1a389 Mon Sep 17 00:00:00 2001
+From 20c497b434dc4555210ea64cde38dd86817d8891 Mon Sep 17 00:00:00 2001
 From: Evelyn Tsai <evelyn.tsai@mediatek.com>
 Date: Thu, 24 Aug 2023 03:01:27 +0800
-Subject: [PATCH 1034/1053] wifi: mt76: mt7915: enable the mac80211 hw bmc ps
- buffer function.
+Subject: [PATCH] wifi: mt76: mt7915: enable the mac80211 hw bmc ps buffer
+ function.
 
 ---
  mt7915/init.c | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/mt7915/init.c b/mt7915/init.c
-index a5b38c8..b2e613c 100644
+index 35aefca..545afe7 100644
 --- a/mt7915/init.c
 +++ b/mt7915/init.c
 @@ -413,6 +413,7 @@ mt7915_init_wiphy(struct mt7915_phy *phy)
@@ -17,9 +17,9 @@
  	ieee80211_hw_set(hw, SUPPORTS_MULTI_BSSID);
  	ieee80211_hw_set(hw, WANT_MONITOR_VIF);
 +	ieee80211_hw_set(hw, HOST_BROADCAST_PS_BUFFERING);
+ 	ieee80211_hw_set(hw, SUPPORTS_TX_FRAG);
  
  	hw->max_tx_fragments = 4;
- 
 -- 
 2.18.0