ieee802154: Let PAN IDs be reset
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 27 Sep 2023 18:12:04 +0000 (20:12 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 20 Nov 2023 10:36:33 +0000 (11:36 +0100)
commit5260adf86b6732c75136fc1b159bb370062ddfa8
treed87b2b406f61dd70676256ce703a786aecbcf3b8
parent9d4ccdefcb3e0dfbe3af029015cccb437785070f
ieee802154: Let PAN IDs be reset

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>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Alexander Aring <aahringo@redhat.com>
Link: https://lore.kernel.org/linux-wpan/20230927181214.129346-2-miquel.raynal@bootlin.com
net/ieee802154/nl802154.c