public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: MeiChia Chiu <MeiChia.Chiu@mediatek.com>
Cc: Johannes Berg <johannes@sipsolutions.net>,
	Felix Fietkau <nbd@nbd.name>,
	Shayne Chen <shayne.chen@mediatek.com>,
	Evelyn Tsai <evelyn.tsai@mediatek.com>,
	Money Wang <Money.Wang@mediatek.com>,
	linux-wireless@vger.kernel.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] wifi: mac80211: fix missing ieee80211_eml_params member initialization
Date: Tue, 3 Mar 2026 08:36:57 +0100	[thread overview]
Message-ID: <aaaPmbR0pVZLMX0t@lore-desk> (raw)
In-Reply-To: <20260303054725.471548-1-MeiChia.Chiu@mediatek.com>

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

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

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

> 
> Fixes: 0d95280a2d54e ("wifi: mac80211: Add eMLSR/eMLMR action frame parsing support")
> Signed-off-by: MeiChia Chiu <MeiChia.Chiu@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
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

      reply	other threads:[~2026-03-03  7:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-03  5:47 [PATCH] wifi: mac80211: fix missing ieee80211_eml_params member initialization MeiChia Chiu
2026-03-03  7:36 ` Lorenzo Bianconi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aaaPmbR0pVZLMX0t@lore-desk \
    --to=lorenzo@kernel.org \
    --cc=MeiChia.Chiu@mediatek.com \
    --cc=Money.Wang@mediatek.com \
    --cc=evelyn.tsai@mediatek.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=nbd@nbd.name \
    --cc=shayne.chen@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox