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

Johannes Berg johannes at sipsolutions.net
Tue Mar 11 02:48:04 PDT 2025


>  
> @@ -7095,7 +7096,8 @@ int cfg80211_check_station_change(struct wiphy *wiphy,
>  		if (params->ext_capab || params->link_sta_params.ht_capa ||
>  		    params->link_sta_params.vht_capa ||
>  		    params->link_sta_params.he_capa ||
> -		    params->link_sta_params.eht_capa)
> +		    params->link_sta_params.eht_capa ||
> +		    params->eml_cap_present)
>  			return -EINVAL;
>  		if (params->sta_flags_mask & BIT(NL80211_STA_FLAG_SPP_AMSDU))
>  			return -EINVAL;
> 

EMLSR doesn't make sense for TDLS stations either, does it?

johannes



More information about the ath12k mailing list