]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: mt76: mt7925: Properly handle responses for commands with events
authorMing Yen Hsieh <mingyen.hsieh@mediatek.com>
Wed, 11 Dec 2024 01:19:26 +0000 (17:19 -0800)
committerFelix Fietkau <nbd@nbd.name>
Tue, 14 Jan 2025 12:34:35 +0000 (13:34 +0100)
Properly retrieve the response for commands with events. Ensure accurate
handling of event-driven commands.

Fixes: 86c051f2c418 ("wifi: mt76: mt7925: enabling MLO when the firmware supports it")
Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Link: https://patch.msgid.link/20241211011926.5002-17-sean.wang@kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7925/main.c
drivers/net/wireless/mediatek/mt76/mt7925/mcu.c

index 116b6980c7335c096ffbb9368461a20436f8b71f..ddc67423efe2cb8d53875cc8927c32a90c33f3f1 100644 (file)
@@ -1244,7 +1244,6 @@ void mt7925_mac_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif,
                memcpy(dev_req.tlv.omac_addr, vif->addr, ETH_ALEN);
                mt76_mcu_send_msg(mdev, MCU_UNI_CMD(DEV_INFO_UPDATE),
                                  &dev_req, sizeof(dev_req), true);
-
        }
 
        if (vif->type == NL80211_IFTYPE_STATION) {
index c7dd263446c9e105bc6fa5538924c4acf624f00e..ce3d8197b026a6d0f30a300d76357840877bfc5a 100644 (file)
@@ -1252,7 +1252,7 @@ int mt7925_mcu_set_mlo_roc(struct mt792x_bss_conf *mconf, u16 sel_links,
        }
 
        return mt76_mcu_send_msg(&mvif->phy->dev->mt76, MCU_UNI_CMD(ROC),
-                                &req, sizeof(req), false);
+                                &req, sizeof(req), true);
 }
 
 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
@@ -1301,7 +1301,7 @@ int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
        }
 
        return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(ROC),
-                                &req, sizeof(req), false);
+                                &req, sizeof(req), true);
 }
 
 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
@@ -1331,7 +1331,7 @@ int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf,
        };
 
        return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(ROC),
-                                &req, sizeof(req), false);
+                                &req, sizeof(req), true);
 }
 
 int mt7925_mcu_set_eeprom(struct mt792x_dev *dev)
@@ -1484,12 +1484,12 @@ mt7925_mcu_set_bss_pm(struct mt792x_dev *dev,
        int err;
 
        err = mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(BSS_INFO_UPDATE),
-                               &req1, sizeof(req1), false);
+                               &req1, sizeof(req1), true);
        if (err < 0 || !enable)
                return err;
 
        return mt76_mcu_send_msg(&dev->mt76, MCU_UNI_CMD(BSS_INFO_UPDATE),
-                                &req, sizeof(req), false);
+                                &req, sizeof(req), true);
 }
 
 static void