From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (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 8BF2E218E91 for ; Wed, 15 Apr 2026 12:45:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=168.119.38.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776257120; cv=none; b=bVKChHzirzD5rOs0XeMHtenFpVFcY+hT2gbKK68Z+H40Z3cZDFbC+t4XnzMFWG7wnBANwKPzclW9nrCzKzU5MN96nfZ7PaAXjS7yPCVDQcxA8wjefwhtFYi+hvg8+Bf3nEo0TXtBaZkM6y02nfOUa+N36ORcpmLCsI9hzdymLIE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776257120; c=relaxed/simple; bh=vlVavgi0ez+rFVI8W6Gp4tep2HA81WtwgA+yglLSwY0=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=T/cpNveVg+AvsO6AlzpRmvATKIXEPckw0ybwJ2oLZwsX3QFo0ChYOM96kO3s5sl+gnfSXDKLAQRBFSugvz/yEvE5FhtiNZsYwU6CIUa9lfnGYLAjZUCTa6HfOSWfdiHGbwD549GCqhpsegblIQG9AHjBrxoyvuGdEqF7wZHm6hs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net; spf=pass smtp.mailfrom=sipsolutions.net; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b=ObtWVJGD; arc=none smtp.client-ip=168.119.38.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="ObtWVJGD" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Message-ID:Date:Subject:To:From:Content-Type:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-To:Resent-Cc: Resent-Message-ID:In-Reply-To:References; bh=vlVavgi0ez+rFVI8W6Gp4tep2HA81WtwgA+yglLSwY0=; t=1776257119; x=1777466719; b=ObtWVJGDNMaWBytPxiO314WwS9tz9I/QfZkagTeGUSdPfN6DVMiu8pdlX8s/WgGTVGf22Wgs4KD iPzr65yoSZrMa1ndW4kSPquiQfw1r7yJUAxmKzqFJnLkBxklL63DoP4QD+xRnChH2sRZS9QGG7/hJ D7pXtFPNGMINE4zi9+for97SNyVLgW2RM9ywTr+NbXiPQ3FBXlnKXTb3xtyuRXkcBZSP/7dGEQdIt mDci8Ht82/NF8IyMKGbOG4vVJLSstWe6UQmj/5xxGO0AMHJJW8Npop2WSQ/JRmcSot9lGulRLk+2A cxkkbPSyXpUVb2n9V0PB45vAy33OMnm7Oj8Q==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.98.2) (envelope-from ) id 1wCzcL-00000006OgW-2hst for linux-wireless@vger.kernel.org; Wed, 15 Apr 2026 14:45:17 +0200 From: Johannes Berg To: linux-wireless@vger.kernel.org Subject: [PATCH 00/20] wifi: mac80211: clean up and fix per-STA BW handling Date: Wed, 15 Apr 2026 14:41:58 +0200 Message-ID: <20260415124514.284345-22-johannes@sipsolutions.net> X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Here's a better version of the previous RFC set [1], the rationale and description of the issue I wrote there still holds. Compared to that, I've mostly done minor cleanups (such as the kernel-doc issue Pablo found), and some renaming in the last patch. The first patch is new, since it wasn't needed in the tree before, and I guess I mixed it up and merged that thing without this patch squashed in. johannes [1] https://lore.kernel.org/r/20260327093659.711584-21-johannes@sipsolutions.net/