mbox series

[wpan-next,0/4] ieee802154: General preparation to scan support

Message ID 20220120004350.308866-1-miquel.raynal@bootlin.com
Headers show
Series ieee802154: General preparation to scan support | expand

Message

Miquel Raynal Jan. 20, 2022, 12:43 a.m. UTC
These few patches are preparation patches and light cleanups before the
introduction of scan support.

David Girault (4):
  net: ieee802154: Move IEEE 802.15.4 Kconfig main entry
  net: mac802154: Include the softMAC stack inside the IEEE 802.15.4
    menu
  net: ieee802154: Move the address structure earlier
  net: ieee802154: Add a kernel doc header to the ieee802154_addr
    structure

 include/net/cfg802154.h | 28 +++++++++++++++++++---------
 net/Kconfig             |  3 +--
 net/ieee802154/Kconfig  |  1 +
 3 files changed, 21 insertions(+), 11 deletions(-)