On Thu, 2025-03-27 at 10:43 +0530, Rameshkumar Sundaram wrote: > > + /* Reject EMLSR capabilities change after association */ > + if (statype == CFG80211_STA_AP_CLIENT && params->eml_cap_present) > + return -EINVAL; > I changed that to be "statype != AP_CLIENT_UNASSOC" instead, don't think we should let you do it for TDLS/mesh/etc. Please send a fix if that has issues. johannes