Re: [PATCH] wifi: mac80211: re-order unassigning channel in activate links

From: Aditya Kumar Singh
Date: Thu Dec 05 2024 - 06:11:02 EST


On 12/5/24 14:08, Zong-Zhe Yang wrote:
Could you also update the description of ieee80211_set_active_links() (include/net/mac80211.h) to align the changes?
I think it would be like:

change_vif_links(0x11)
assign_vif_chanctx(link_id=4)
change_sta_links(0x11) for each affected STA (the AP)
[...]
change_sta_links(0x10) for each affected STA (the AP)
unassign_vif_chanctx(link_id=0)
change_vif_links(0x10)

Good point! I will do it in next version, thanks for pointing it out.

--
Aditya