[PATCH] wifi: mac80211: fix missing ieee80211_eml_params member initialization

Lorenzo Bianconi lorenzo at kernel.org
Mon Mar 2 23:36:57 PST 2026


> The missing initialization causes driver to misinterpret the EML control bitmap,
> resulting in incorrect link bitmap handling.

Acked-by: Lorenzo Bianconi <lorenzo at kernel.org>

> 
> Fixes: 0d95280a2d54e ("wifi: mac80211: Add eMLSR/eMLMR action frame parsing support")
> Signed-off-by: MeiChia Chiu <MeiChia.Chiu at mediatek.com>
> ---
>  net/mac80211/eht.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/net/mac80211/eht.c b/net/mac80211/eht.c
> index 75096b2195d2..078e1e23d8d1 100644
> --- a/net/mac80211/eht.c
> +++ b/net/mac80211/eht.c
> @@ -154,6 +154,7 @@ void ieee80211_rx_eml_op_mode_notif(struct ieee80211_sub_if_data *sdata,
>  	u8 *ptr = mgmt->u.action.u.eml_omn.variable;
>  	struct ieee80211_eml_params eml_params = {
>  		.link_id = status->link_id,
> +		.control = control,
>  	};
>  	struct sta_info *sta;
>  	int opt_len = 0;
> -- 
> 2.45.2
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-mediatek/attachments/20260303/09da8a76/attachment.sig>


More information about the Linux-mediatek mailing list