mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-27 03:29:53 -05:00
wifi: mt76: mt7996: Add link_info_changed callback
Convert bss_info_changed mac80211 callback in link_info_changed one. This is a preliminary patch to enable MLO support in MT7996 driver. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Link: https://patch.msgid.link/20250311-mt7996-mlo-v2-5-31df6972519b@kernel.org Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
committed by
Felix Fietkau
parent
2b967a3ad1
commit
0a04597cd3
@@ -712,10 +712,9 @@ mt7996_vif_cfg_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
|
||||
mutex_unlock(&dev->mt76.mutex);
|
||||
}
|
||||
|
||||
static void mt7996_bss_info_changed(struct ieee80211_hw *hw,
|
||||
struct ieee80211_vif *vif,
|
||||
struct ieee80211_bss_conf *info,
|
||||
u64 changed)
|
||||
static void
|
||||
mt7996_link_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
|
||||
struct ieee80211_bss_conf *info, u64 changed)
|
||||
{
|
||||
struct mt7996_dev *dev = mt7996_hw_dev(hw);
|
||||
struct mt76_vif_link *mvif;
|
||||
@@ -1719,8 +1718,8 @@ const struct ieee80211_ops mt7996_ops = {
|
||||
.config = mt7996_config,
|
||||
.conf_tx = mt7996_conf_tx,
|
||||
.configure_filter = mt7996_configure_filter,
|
||||
.bss_info_changed = mt7996_bss_info_changed,
|
||||
.vif_cfg_changed = mt7996_vif_cfg_changed,
|
||||
.link_info_changed = mt7996_link_info_changed,
|
||||
.sta_state = mt76_sta_state,
|
||||
.sta_pre_rcu_remove = mt76_sta_pre_rcu_remove,
|
||||
.link_sta_rc_update = mt7996_sta_rc_update,
|
||||
|
||||
Reference in New Issue
Block a user