[PATCH] wifi: mac80211: enable EHT mesh support

Felix Fietkau nbd at nbd.name
Mon Mar 27 03:47:52 PDT 2023


On 27.03.23 06:37, Ryder Lee wrote:
> @@ -4903,7 +4974,7 @@ u8 ieee80211_ie_len_eht_cap(struct ieee80211_sub_if_data *sdata, u8 iftype)
>   				       &eht_cap->eht_cap_elem,
>   				       is_ap);
>   	return 2 + 1 +
> -	       sizeof(he_cap->he_cap_elem) + n +
> +	       sizeof(eht_cap->eht_cap_elem) + n +
>   	       ieee80211_eht_ppe_size(eht_cap->eht_ppe_thres[0],
>   				      eht_cap->eht_cap_elem.phy_cap_info);
>   	return 0;
This looks like it should be a separate fix, right?

- Felix



More information about the Linux-mediatek mailing list