blob: c33652c85c37ed4499f1f76d9c4e220544d0e58d [file] [log] [blame]
developer3f52c302024-04-08 14:36:46 +08001From 5476b7efd643f968654047541d718a3c07b1a389 Mon Sep 17 00:00:00 2001
developerdfb50982023-09-11 13:34:36 +08002From: Evelyn Tsai <evelyn.tsai@mediatek.com>
3Date: Thu, 24 Aug 2023 03:01:27 +0800
developer3f52c302024-04-08 14:36:46 +08004Subject: [PATCH 1034/1053] wifi: mt76: mt7915: enable the mac80211 hw bmc ps
developerdfb50982023-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
developer3f52c302024-04-08 14:36:46 +080012index a5b38c8..b2e613c 100644
developerdfb50982023-09-11 13:34:36 +080013--- a/mt7915/init.c
14+++ b/mt7915/init.c
developerebda9012024-02-22 13:42:45 +080015@@ -413,6 +413,7 @@ mt7915_init_wiphy(struct mt7915_phy *phy)
developerdfb50982023-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