On 4/11/2023 3:45 PM, Johannes Berg wrote:
Huh, yeah, looks like I just missed that? Sorry about that. Seeing that though, I remembered another thing - don't we have to adjust the merging logic in ieee80211_start_roc_work() and maybe also ieee80211_coalesce_hw_started_roc()? johannes
All the cases(HW/SW RoCs, merged/combined RoCs) handled in ieee80211_start_roc_work() and ieee80211_coalesce_hw_started_roc() should end up calling ieee80211_handle_roc_started(), hence kept the temp_address configuration logic in ieee80211_handle_roc_started(). Please let me know if I am missing something?
-- veeru