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="QLMv1SyJ" Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A89DD85; Mon, 20 Nov 2023 03:00:20 -0800 (PST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 8D58620009; Mon, 20 Nov 2023 11:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1700478019; 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=SevVOQa0o44sLKWupaK1qz1vurt5ESp4z76EDE2t4g4=; b=QLMv1SyJaf+p4aFY2Kz/PuCQXpMQNqifD7RcXYjxi6JNY7hDFOCEJx1etd31z3cBUn5a1r W1fn0DTN0GeGmDYgL8PAqcbxI9GdXN5zXF8Te24Ur+C5jApv77LJ2y9vpF5xKWgs7iPRmt sIBXvQ6saYkeUnbuJLu33+MDWhoG5+EwF5/StuHbarTVH+80c16otA9m+kxSoRTj4Vsfcf 0PKslS9zMWOw2Q0twblcQWN1w/sCbgtjDDOmy+AK7RUSJssnoebZ2cppasG7LYD2Fl8Mfg t4Gzt6NvfrNyXCi8bPI/4wqCnEH7ZCynFoqXnjBhVIKHsBTZdz5osyuOnl4Nmg== 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 11/11] ieee802154: Give the user the association list Date: Mon, 20 Nov 2023 12:00:17 +0100 Message-Id: <20231120110017.3807933-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230927181214.129346-12-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'83fcf26b00d77e4a0ec920524fe85350a27e9c05' Content-Transfer-Encoding: 8bit X-GND-Sasl: miquel.raynal@bootlin.com On Wed, 2023-09-27 at 18:12:14 UTC, Miquel Raynal wrote: > Upon request, we must be able to provide to the user the list of > associations currently in place. Let's add a new netlink command and > attribute for this purpose. > > Signed-off-by: Miquel Raynal Applied to https://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git staging. Miquel