From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 680533AE6E2; Mon, 23 Mar 2026 14:12:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774275147; cv=none; b=Jl8fgOoxFUDfrTeSwGPnamfSZChzkeFAjIxXVRuTvW3phaxzAPS3Dl2s13/ACefjsht5pCVt7PZpQk5+6mbUggXQJwAzbNHvMmqhHMRFdIFfNUTSqPJksGcNKuurA/bes53a1yChFTA8eAdDLUsSvefBNdY0DqOfBC0lQJtpnqo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774275147; c=relaxed/simple; bh=fAwf2EsuleKnwTgjjP1Dh6PxM+Yf4eiNN0MYyWU85lA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jY7pL30pvcyMBUbejF4QEuNxiDYqaq9xoBr8p70oJ3GJnwmAG/E114FCLcQZkuP2jLU3QuML604IshOsMiV0MVPpU6YB1Ry4s2Csu0ZhgjxzF5mIlrF+tFVZBsmpneZxRZDGE3G/Ddaj0elk628PIeVvkUQSqC8g0imdWmqtIGc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZsX8atDL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ZsX8atDL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B742EC4CEF7; Mon, 23 Mar 2026 14:12:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774275147; bh=fAwf2EsuleKnwTgjjP1Dh6PxM+Yf4eiNN0MYyWU85lA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZsX8atDL+YsfdhRy9ZY2UtD5c0xrjvY/LhHXerVbJO6ne08vUnIjH7q59aXcqoPTw 1CkrQwpi770LvB/TqxbytiGFFhcZ1Ie+MO+/IlxgYv0FVKs/HFjhF7cSe0hmonHDQp txMhVhidVmfg0jzhW5D2UNlOOjtMLq78bsdfNYtY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Ramanathan Choodamani , Aishwarya R , Johannes Berg , Sasha Levin Subject: [PATCH 6.12 006/460] wifi: mac80211: set default WMM parameters on all links Date: Mon, 23 Mar 2026 14:40:02 +0100 Message-ID: <20260323134526.812466019@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260323134526.647552166@linuxfoundation.org> References: <20260323134526.647552166@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Ramanathan Choodamani [ Upstream commit 2259d14499d16b115ef8d5d2ddc867e2be7cb5b5 ] Currently, mac80211 only initializes default WMM parameters on the deflink during do_open(). For MLO cases, this leaves the additional links without proper WMM defaults if hostapd does not supply per-link WMM parameters, leading to inconsistent QoS behavior across links. Set default WMM parameters for each link during ieee80211_vif_update_links(), because this ensures all individual links in an MLD have valid WMM settings during bring-up and behave consistently across different BSS. Signed-off-by: Ramanathan Choodamani Signed-off-by: Aishwarya R Link: https://patch.msgid.link/20260205094216.3093542-1-aishwarya.r@oss.qualcomm.com Signed-off-by: Johannes Berg Signed-off-by: Sasha Levin --- net/mac80211/link.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mac80211/link.c b/net/mac80211/link.c index 28ce41356341f..df303496914ca 100644 --- a/net/mac80211/link.c +++ b/net/mac80211/link.c @@ -283,6 +283,7 @@ static int ieee80211_vif_update_links(struct ieee80211_sub_if_data *sdata, struct ieee80211_bss_conf *old[IEEE80211_MLD_MAX_NUM_LINKS]; struct ieee80211_link_data *old_data[IEEE80211_MLD_MAX_NUM_LINKS]; bool use_deflink = old_links == 0; /* set for error case */ + bool non_sta = sdata->vif.type != NL80211_IFTYPE_STATION; lockdep_assert_wiphy(sdata->local->hw.wiphy); @@ -339,6 +340,7 @@ static int ieee80211_vif_update_links(struct ieee80211_sub_if_data *sdata, link = links[link_id]; ieee80211_link_init(sdata, link_id, &link->data, &link->conf); ieee80211_link_setup(&link->data); + ieee80211_set_wmm_default(&link->data, true, non_sta); } if (new_links == 0) -- 2.51.0