blob: 0258ff157de88324599ded3639464d990c5be5bf [file] [log] [blame]
developer0443cd32023-09-19 14:11:49 +08001From d7300215f0c2ca425ee97339618051a5e810608d Mon Sep 17 00:00:00 2001
developer5ad89862023-08-24 08:17:27 +08002From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Thu, 24 Aug 2023 03:01:27 +0800
developer0443cd32023-09-19 14:11:49 +08004Subject: [PATCH 1037/1040] wifi: mt76: mt7915: enable the mac80211 hw bmc ps
developer5ad89862023-08-24 08:17:27 +08005 buffer function.
6
7---
8 mt7915/init.c | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/mt7915/init.c b/mt7915/init.c
developer0443cd32023-09-19 14:11:49 +080012index 82fe443..36621ad 100644
developer5ad89862023-08-24 08:17:27 +080013--- a/mt7915/init.c
14+++ b/mt7915/init.c
developer0443cd32023-09-19 14:11:49 +080015@@ -405,6 +405,7 @@ mt7915_init_wiphy(struct mt7915_phy *phy)
developer5ad89862023-08-24 08:17:27 +080016 ieee80211_hw_set(hw, SUPPORTS_RX_DECAP_OFFLOAD);
17 ieee80211_hw_set(hw, SUPPORTS_MULTI_BSSID);
18 ieee80211_hw_set(hw, WANT_MONITOR_VIF);
19+ ieee80211_hw_set(hw, HOST_BROADCAST_PS_BUFFERING);
20
21 hw->max_tx_fragments = 4;
22
23--
242.18.0
25