Home
last modified time | relevance | path

Searched refs:mt7925_mcu_sta_update (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c899 ret = mt7925_mcu_sta_update(dev, link_sta, vif, true, in mt7925_mac_link_sta_add()
905 ret = mt7925_mcu_sta_update(dev, mlink->pri_link, vif, in mt7925_mac_link_sta_add()
910 ret = mt7925_mcu_sta_update(dev, link_sta, vif, true, in mt7925_mac_link_sta_add()
915 ret = mt7925_mcu_sta_update(dev, link_sta, vif, true, in mt7925_mac_link_sta_add()
1104 mt7925_mcu_sta_update(dev, link_sta, vif, true, MT76_STA_INFO_STATE_ASSOC); in mt7925_mac_link_sta_assoc()
1148 mt7925_mcu_sta_update(dev, link_sta, vif, false, in mt7925_mac_link_sta_remove()
1783 err = mt7925_mcu_sta_update(dev, NULL, vif, true, in mt7925_start_ap()
1913 mt7925_mcu_sta_update(dev, NULL, vif, true, in mt7925_vif_cfg_changed()
H A Dmt7925.h245 int mt7925_mcu_sta_update(struct mt792x_dev *dev,
H A Dmac.c1281 mt7925_mcu_sta_update(dev, NULL, vif, true, in mt7925_vif_connect_iter()
H A Dmcu.c1940 int mt7925_mcu_sta_update(struct mt792x_dev *dev, in mt7925_mcu_sta_update() function