Message ID | 20250213225036.3118133-4-aloka.dixit@oss.qualcomm.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Jeff Johnson |
Headers | show |
Series | wifi: MBSSID support in MLO | expand |
On 2/13/2025 2:50 PM, Aloka Dixit wrote: > From: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com> > > Send link ID instead of default 0 to finish channel switch operation. > > Signed-off-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>> > Signed-off-by: Aloka Dixit <aloka.dixit@oss.qualcomm.com> > --- > drivers/net/wireless/ath/ath12k/wmi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/ath12k/wmi.c b/drivers/net/wireless/ath/ath12k/wmi.c > index 4dd6cdf84571..198e22ec6735 100644 > --- a/drivers/net/wireless/ath/ath12k/wmi.c > +++ b/drivers/net/wireless/ath/ath12k/wmi.c > @@ -6894,7 +6894,7 @@ ath12k_wmi_process_csa_switch_count_event(struct ath12k_base *ab, > } > > if (arvif->is_up && conf->csa_active) > - ieee80211_csa_finish(ahvif->vif, 0); > + ieee80211_csa_finish(ahvif->vif, arvif->link_id); > } > rcu_read_unlock(); > } This is merged now as part of another patch so can be ignored.
diff --git a/drivers/net/wireless/ath/ath12k/wmi.c b/drivers/net/wireless/ath/ath12k/wmi.c index 4dd6cdf84571..198e22ec6735 100644 --- a/drivers/net/wireless/ath/ath12k/wmi.c +++ b/drivers/net/wireless/ath/ath12k/wmi.c @@ -6894,7 +6894,7 @@ ath12k_wmi_process_csa_switch_count_event(struct ath12k_base *ab, } if (arvif->is_up && conf->csa_active) - ieee80211_csa_finish(ahvif->vif, 0); + ieee80211_csa_finish(ahvif->vif, arvif->link_id); } rcu_read_unlock(); }