From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Stefan Schmidt <stefan@datenfreihafen.org>
Cc: Alexander Aring <alex.aring@gmail.com>,
linux-wpan@vger.kernel.org,
"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, 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>
Subject: Re: [PATCH wpan-next v5 01/11] ieee802154: Let PAN IDs be reset
Date: Wed, 20 Dec 2023 08:47:40 +0100 [thread overview]
Message-ID: <20231220084740.6e16c1c4@xps-13> (raw)
In-Reply-To: <51de3b76-78cf-5ee4-ec31-6cf368b584b7@datenfreihafen.org>
Hi Stefan,
stefan@datenfreihafen.org wrote on Thu, 7 Dec 2023 21:27:59 +0100:
> Hello Miquel,
>
>
> On 20.11.23 12:01, Miquel Raynal wrote:
> > On Wed, 2023-09-27 at 18:12:04 UTC, Miquel Raynal wrote:
> >> Soon association and disassociation will be implemented, which will
> >> require to be able to either change the PAN ID from 0xFFFF to a real
> >> value when association succeeded, or to reset the PAN ID to 0xFFFF upon
> >> disassociation. Let's allow to do that manually for now.
> >>
> >> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> >
> > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git staging.
>
> I can't see this, or any other patch from the series, in the staging branch. Did you forget to push this out to kernel.org?
While preparing the PR for net maintainers I realized that in the above
message I actually pushed on the wpan repo instead of the wpan-next repo
by mistake. This explain why you didn't see it on the
wpan-next/[staging|master] branches. I've fixed my mess hopefully, and
will anyway send the PR today as the patches have been in -next for a
week or more already.
Thanks,
Miquèl
next prev parent reply other threads:[~2023-12-20 7:47 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-27 18:12 [PATCH wpan-next v5 00/11] ieee802154: Associations between devices Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 01/11] ieee802154: Let PAN IDs be reset Miquel Raynal
2023-11-20 11:01 ` Miquel Raynal
2023-12-07 20:27 ` Stefan Schmidt
2023-12-08 9:21 ` Miquel Raynal
2023-12-20 7:47 ` Miquel Raynal [this message]
2023-09-27 18:12 ` [PATCH wpan-next v5 02/11] ieee802154: Internal PAN management Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 03/11] ieee802154: Add support for user association requests Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 04/11] mac802154: Handle associating Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 05/11] ieee802154: Add support for user disassociation requests Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 06/11] mac802154: Handle disassociations Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 07/11] mac802154: Handle association requests from peers Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 08/11] ieee802154: Add support for limiting the number of associated devices Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 09/11] mac802154: Follow " Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 10/11] mac802154: Handle disassociation notifications from peers Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-09-27 18:12 ` [PATCH wpan-next v5 11/11] ieee802154: Give the user the association list Miquel Raynal
2023-11-20 11:00 ` Miquel Raynal
2023-11-13 12:52 ` [PATCH wpan-next v5 00/11] ieee802154: Associations between devices Alexander Aring
-- strict thread matches above, loose matches on Subject: below --
2023-09-27 16:47 Miquel Raynal
2023-09-27 16:47 ` [PATCH wpan-next v5 01/11] ieee802154: Let PAN IDs be reset Miquel Raynal
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=20231220084740.6e16c1c4@xps-13 \
--to=miquel.raynal@bootlin.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=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.