From patchwork Tue Feb 14 13:50:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 13140156 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19DFCC05027 for ; Tue, 14 Feb 2023 13:52:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232114AbjBNNwi (ORCPT ); Tue, 14 Feb 2023 08:52:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232905AbjBNNwe (ORCPT ); Tue, 14 Feb 2023 08:52:34 -0500 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::222]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 03EBB2940F; Tue, 14 Feb 2023 05:52:04 -0800 (PST) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 51C8E40014; Tue, 14 Feb 2023 13:50:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1676382640; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bSAkPt28Uq4fAnTkyiiBEcqBVCeLF7lue5MsmULgIPs=; b=IXEaAqOUgVMoPQ863CgLbI8OgVbJELSCLp3Zs8yx5l5CbmyWBW7ROPqzzI3vaBQvB0pk07 AFU6UwcGUkokr26vx9eaQxK7HcxcNBo6OD8ZtgBQl5ZG0TSn5Y1Ytev9PbpsnaOB+m2lbZ rb975vMy3C4FOv7Noj1VXoy7UiDco/1+d/gS3scdIoqybWH7f6OEKJQ0ywqlU+jaJRGTlH HBwAKW7BFZLCbVTD6QlnnfRgZDuiG+xCAUQeyAbT+rbSgtR8o0bDT0E+SThjEviXdL2299 Kefpt5AcRqyWXdt5PqnUjVuYD8nixFNuNx5jh26vY9w95DIi+1oidCjVPPSK6w== From: Miquel Raynal To: 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 , Miquel Raynal Subject: [PATCH wpan v2 0/6] ieee802154: Scan/Beacon fixes Date: Tue, 14 Feb 2023 14:50:29 +0100 Message-Id: <20230214135035.1202471-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org Hello, Following Jakub's review on Stefan's MR, a number of changes were requested for him in order to pull the patches in net. In the mean time, a couple of discussions happened with Alexander (return codes for monitor scans and transmit helper used for beacons). Hopefully this series addresses everything. Thanks, Miquèl Changes in v2: * Fixes lines with upsteam commit hashes rather than local hashes. Everything else is exactly the same. Miquel Raynal (6): ieee802154: Use netlink policies when relevant on scan parameters ieee802154: Convert scan error messages to extack ieee802154: Change error code on monitor scan netlink request mac802154: Send beacons using the MLME Tx path mac802154: Fix an always true condition ieee802154: Drop device trackers net/ieee802154/nl802154.c | 125 ++++++++++++++------------------------ net/mac802154/scan.c | 25 ++++++-- 2 files changed, 65 insertions(+), 85 deletions(-)