[PATCH wireless-next v5 1/4] wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLD

Johannes Berg johannes at sipsolutions.net
Wed Apr 23 08:24:57 PDT 2025


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



More information about the ath12k mailing list