From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="pJeCcT/K" Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51862A0; Mon, 20 Nov 2023 03:00:32 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPSA id CC31A6000B; Mon, 20 Nov 2023 11:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1700478031; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1ka429IEFLwPlIfXES4thmZ9kYRptQ+QGWcjMTefmfQ=; b=pJeCcT/Kj33W/cSFrayGIzN9WsUEY6c+hcwuEX5BDMaAY/CjaDXW2YKQKihOMg7RcPCUqC I9DAxDuCjFGesgO0sofpD3PLTTxMLVAOWXdIMMhRccJ9tgTxZAxCgLunrxN4JlrkumIvn6 dalO678kGpqlTdjOFF+zp/gcPVGW3WF4UVRUGX2zoYde+BoiBL+2CiByv/y5yS5cAtkwFk o6Bet2q3UK15YoibiTR5grtu2pVLtipPYkSPc+3Hm5gUmPQNS2WytX2QjHfJwfOyqBcaNZ 6dbxRT7QjP1dhM1njkEVjd21ouD+mUv8sbiI+5uwA1XyDpYzcjlroobqCz45aQ== From: Miquel Raynal To: Miquel Raynal , Alexander Aring , Stefan Schmidt , linux-wpan@vger.kernel.org Cc: "David S. Miller" , Jakub Kicinski , Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, David Girault , Romuald Despres , Frederic Blain , Nicolas Schodet , Guilhem Imberton , Thomas Petazzoni Subject: Re: [PATCH wpan-next v5 09/11] mac802154: Follow the number of associated devices Date: Mon, 20 Nov 2023 12:00:29 +0100 Message-Id: <20231120110029.3808019-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230927181214.129346-10-miquel.raynal@bootlin.com> References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-linux-wpan-patch-notification: thanks X-linux-wpan-patch-commit: b'80f8bf9a2a7f603662e08f7663643a58087a2cd4' Content-Transfer-Encoding: 8bit X-GND-Sasl: miquel.raynal@bootlin.com On Wed, 2023-09-27 at 18:12:12 UTC, Miquel Raynal wrote: > Track the count of associated devices. Limit the number of associations > using the value provided by the user if any. If we reach the maximum > number of associations, we tell the device we are at capacity. If the > user do not want to accept any more associations, it may specify the > value 0 to the maximum number of associations, which will lead to an > access denied error status returned to the peers trying to associate. > > Signed-off-by: Miquel Raynal Applied to https://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git staging. Miquel