Re: [PATCH wpan-next 4/5] ieee802154: Avoid confusing changes after associating

2023-12-19 Thread Miquel Raynal
On Tue, 2023-11-28 at 11:16:54 UTC, Miquel Raynal wrote: > Once associated with any device, we are part of a PAN (with a specific > PAN ID), and we are expected to be present on a particular > channel. Let's avoid confusing other devices by preventing any PAN > ID/channel change once associated. >

Re: [PATCH wpan-next 4/5] ieee802154: Avoid confusing changes after associating

2023-12-14 Thread Alexander Aring
Hi, On Tue, Nov 28, 2023 at 6:17 AM Miquel Raynal wrote: > > Once associated with any device, we are part of a PAN (with a specific > PAN ID), and we are expected to be present on a particular > channel. Let's avoid confusing other devices by preventing any PAN > ID/channel change once

Re: [PATCH wpan-next 4/5] ieee802154: Avoid confusing changes after associating

2023-12-07 Thread Stefan Schmidt
Hello. On 28.11.23 12:16, Miquel Raynal wrote: Once associated with any device, we are part of a PAN (with a specific PAN ID), and we are expected to be present on a particular channel. Let's avoid confusing other devices by preventing any PAN ID/channel change once associated. Signed-off-by:

[PATCH wpan-next 4/5] ieee802154: Avoid confusing changes after associating

2023-11-28 Thread Miquel Raynal
Once associated with any device, we are part of a PAN (with a specific PAN ID), and we are expected to be present on a particular channel. Let's avoid confusing other devices by preventing any PAN ID/channel change once associated. Signed-off-by: Miquel Raynal --- net/ieee802154/nl802154.c | 30