blob: 23c9cdf154a266e49cc8e3231fff0157fc1e77d3 [file] [log] [blame]
developer1a173672023-12-21 14:49:33 +08001From c36e0cb6a541fa4b91b4665119ddb280b74e87d6 Mon Sep 17 00:00:00 2001
developerbddc9db2023-09-11 13:34:36 +08002From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Thu, 24 Aug 2023 03:01:27 +0800
developer1a173672023-12-21 14:49:33 +08004Subject: [PATCH 49/76] wifi: mt76: mt7915: enable the mac80211 hw bmc ps
developerbddc9db2023-09-11 13:34:36 +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
developer1a173672023-12-21 14:49:33 +080012index 2b002df..ff7bd11 100644
developerbddc9db2023-09-11 13:34:36 +080013--- a/mt7915/init.c
14+++ b/mt7915/init.c
developer1a173672023-12-21 14:49:33 +080015@@ -412,6 +412,7 @@ mt7915_init_wiphy(struct mt7915_phy *phy)
developerbddc9db2023-09-11 13:34:36 +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