wifi: mt76: mt7925: update mt76_connac_mcu_uni_add_dev for MLO
authorSean Wang <sean.wang@mediatek.com>
Wed, 3 Jul 2024 21:42:06 +0000 (14:42 -0700)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jul 2024 21:02:00 +0000 (23:02 +0200)
Set OMAC address with the per-link BSS. The change remains compatible with
the non-MLO mode and the older firmware.

Co-developed-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
Co-developed-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Link: https://patch.msgid.link/6b2502d0c3a53093f83ae33329e9d782ba2465b3.1720042294.git.sean.wang@kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c

index 4e3c8af98fe7c3dfa3c0cdf8618036d8bcc0a046..4dce03ddbfa44230443590a6a19a84e9d03cb408 100644 (file)
@@ -1214,7 +1214,7 @@ int mt76_connac_mcu_uni_add_dev(struct mt76_phy *phy,
        idx = mvif->omac_idx > EXT_BSSID_START ? HW_BSSID_0 : mvif->omac_idx;
        basic_req.basic.hw_bss_idx = idx;
 
-       memcpy(dev_req.tlv.omac_addr, bss_conf->vif->addr, ETH_ALEN);
+       memcpy(dev_req.tlv.omac_addr, bss_conf->addr, ETH_ALEN);
 
        cmd = enable ? MCU_UNI_CMD(DEV_INFO_UPDATE) : MCU_UNI_CMD(BSS_INFO_UPDATE);
        data = enable ? (void *)&dev_req : (void *)&basic_req;