From patchwork Fri Jun 23 17:55:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 13290863 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 A5C86EB64D7 for ; Fri, 23 Jun 2023 17:55:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231970AbjFWRzO (ORCPT ); Fri, 23 Jun 2023 13:55:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231271AbjFWRzN (ORCPT ); Fri, 23 Jun 2023 13:55:13 -0400 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69A9C197; Fri, 23 Jun 2023 10:55:11 -0700 (PDT) X-GND-Sasl: miquel.raynal@bootlin.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1687542910; 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=kzYyT1cWR3gyuTfd9yIpRtKiLdtO/zcU+/rIV46pyak=; b=VRh7pmicKbyTCON+SXI37uG4mB9Zj0ZyqGcv8pS4yjwgw3jhf0jvxBH1vIhGUBzII6VINr Gmz5ghc31rOaRhAdwjR1dbZobCA4AaiGBfsW0iZNLi+F8dKpBTaMAbTeg15+8LFilbdGe0 MbMRzZkJwxuuWzu5qB2k3tSbpcWOpJBBUA7yEDBwA0oBV3nQAapvgq5UVn3qFplWAPY7Rn pZSRJufasBgroha/Wcu0cLWzqRr94zMeOaqSARk/EPjzaXqR3to+c/rgwA1nPOAw6v6CbG nh8kMiNtVkPSKNwTsECTG0qyt7kMTFhAdUVlgMLUMqUqWpd65/ckEbB3yx2gIQ== X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com X-GND-Sasl: miquel.raynal@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id CD4181BF204; Fri, 23 Jun 2023 17:55:08 +0000 (UTC) Date: Fri, 23 Jun 2023 19:55:06 +0200 From: Miquel Raynal To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com Cc: alex.aring@gmail.com, stefan@datenfreihafen.org, netdev@vger.kernel.org, linux-wpan@vger.kernel.org Subject: pull-request: ieee802154 for net-next 2023-06-23 Message-ID: <20230623195506.40b87b5f@xps-13> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-wpan@vger.kernel.org Hello Dave, Jakub, Paolo. As you know, we are trying to build a wpan maintainers group so here is my first ieee802154 pull-request for your *net-next* tree. Thanks, Miquèl The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4: Linux 6.4-rc4 (2023-05-28 07:49:00 -0400) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/wpan/wpan-next.git tags/ieee802154-for-net-next-2023-06-23 for you to fetch changes up to 18b849f12dcc34ec4cb9c8fadeb503b069499ba4: ieee802154: ca8210: Remove stray gpiod_unexport() call (2023-06-06 20:47:48 +0200) ---------------------------------------------------------------- Core WPAN changes: * Support for active scans * Support for answering BEACON_REQ * Specific MLME handling for limited devices WPAN driver changes: * ca8210: - Flag the devices as limited - Remove stray gpiod_unexport() call ---------------------------------------------------------------- Andy Shevchenko (1): ieee802154: ca8210: Remove stray gpiod_unexport() call Miquel Raynal (7): ieee802154: Add support for user active scan requests mac802154: Handle active scanning ieee802154: Add support for allowing to answer BEACON_REQ mac802154: Handle received BEACON_REQ net: ieee802154: Handle limited devices with only datagram support ieee802154: ca8210: Flag the driver as being limited Merge tag 'v6.4-rc4' into wpan-next/staging drivers/net/ieee802154/ca8210.c | 4 ++-- include/net/cfg802154.h | 3 +++ include/net/ieee802154_netdev.h | 20 +++++++++++++++++++- net/ieee802154/header_ops.c | 36 ++++++++++++++++++++++++++++++++++++ net/ieee802154/nl802154.c | 13 ++++++++++++- net/mac802154/ieee802154_i.h | 21 +++++++++++++++++++++ net/mac802154/main.c | 2 ++ net/mac802154/rx.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- net/mac802154/scan.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 9 files changed, 226 insertions(+), 11 deletions(-)