All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Aring <aahringo@redhat.com>
To: Miquel Raynal <miquel.raynal@bootlin.com>
Cc: Alexander Aring <alex.aring@gmail.com>,
	Stefan Schmidt <stefan@datenfreihafen.org>,
	linux-wpan@vger.kernel.org,
	David Girault <david.girault@qorvo.com>,
	Romuald Despres <romuald.despres@qorvo.com>,
	Frederic Blain <frederic.blain@qorvo.com>,
	Nicolas Schodet <nico@ni.fr.eu.org>,
	Guilhem Imberton <guilhem.imberton@qorvo.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	Eric Dumazet <edumazet@google.com>,
	netdev@vger.kernel.org
Subject: Re: [PATCH wpan-next v2 0/6] IEEE 802.15.4 passive scan support
Date: Mon, 2 Jan 2023 20:17:28 -0500	[thread overview]
Message-ID: <CAK-6q+gnLOu2qfXSLcAb3YR7pHJXRS95rtcUF47D2hfHQ9gA-g@mail.gmail.com> (raw)
In-Reply-To: <20221217000226.646767-1-miquel.raynal@bootlin.com>

Hi,

On Fri, Dec 16, 2022 at 7:04 PM Miquel Raynal <miquel.raynal@bootlin.com> wrote:
>
> Hello,
>
> We now have the infrastructure to report beacons/PANs, we also have the
> capability to transmit MLME commands synchronously. It is time to use
> these to implement a proper scan implementation.
>
> There are a few side-changes which are necessary for the soft MAC scan
> implementation to compile/work, but nothing big. The two main changes
> are:
> * The introduction of a user API for managing scans.
> * The soft MAC implementation of a scan.
>
> In all the past, current and future submissions, David and Romuald from
> Qorvo are credited in various ways (main author, co-author,
> suggested-by) depending of the amount of rework that was involved on
> each patch, reflecting as much as possible the open-source guidelines we
> follow in the kernel. All this effort is made possible thanks to Qorvo
> Inc which is pushing towards a featureful upstream WPAN support.
>
> Example of output:
>
>         # iwpan monitor
>         coord1 (phy #1): scan started
>         coord1 (phy #1): beacon received: PAN 0xabcd, addr 0xb2bcc36ac5570abe
>         coord1 (phy #1): scan finished
>         coord1 (phy #1): scan started
>         coord1 (phy #1): scan aborted
>

Acked-by: Alexander Aring <aahringo@redhat.com>

Thanks, good work.

- Alex


      parent reply	other threads:[~2023-01-03  1:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-17  0:02 [PATCH wpan-next v2 0/6] IEEE 802.15.4 passive scan support Miquel Raynal
2022-12-17  0:02 ` [PATCH wpan-next v2 1/6] ieee802154: Add support for user scanning requests Miquel Raynal
2022-12-17  0:02 ` [PATCH wpan-next v2 2/6] ieee802154: Define a beacon frame header Miquel Raynal
2022-12-17  0:02 ` [PATCH wpan-next v2 3/6] ieee802154: Introduce a helper to validate a channel Miquel Raynal
2023-01-03 14:14   ` Stefan Schmidt
2023-01-03 14:59     ` Miquel Raynal
2023-01-03 16:58       ` Miquel Raynal
2022-12-17  0:02 ` [PATCH wpan-next v2 4/6] mac802154: Prepare forcing specific symbol duration Miquel Raynal
2022-12-17  0:02 ` [PATCH wpan-next v2 5/6] mac802154: Add MLME Tx locked helpers Miquel Raynal
2022-12-17  0:02 ` [PATCH wpan-next v2 6/6] mac802154: Handle passive scanning Miquel Raynal
2023-01-03  1:04   ` Alexander Aring
2023-01-03  1:06     ` Alexander Aring
2023-01-03  1:15     ` Alexander Aring
2023-01-03 15:10       ` Miquel Raynal
2023-01-04  1:00         ` Alexander Aring
2023-01-05  9:24           ` Miquel Raynal
2023-01-03 14:42   ` Stefan Schmidt
2023-01-03  1:17 ` Alexander Aring [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK-6q+gnLOu2qfXSLcAb3YR7pHJXRS95rtcUF47D2hfHQ9gA-g@mail.gmail.com \
    --to=aahringo@redhat.com \
    --cc=alex.aring@gmail.com \
    --cc=davem@davemloft.net \
    --cc=david.girault@qorvo.com \
    --cc=edumazet@google.com \
    --cc=frederic.blain@qorvo.com \
    --cc=guilhem.imberton@qorvo.com \
    --cc=kuba@kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=netdev@vger.kernel.org \
    --cc=nico@ni.fr.eu.org \
    --cc=pabeni@redhat.com \
    --cc=romuald.despres@qorvo.com \
    --cc=stefan@datenfreihafen.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.