mbox series

[wpan-next,v2,0/2] ieee802154: Internal moves

Message ID 20220128112002.1121320-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series ieee802154: Internal moves | expand

Message

Miquel Raynal Jan. 28, 2022, 11:20 a.m. UTC
I am sending just a couple of patches from David that can easily be
reviewed outside of any other big patch series:
* reorder a bit the Kconfig entries
* move the ieee802154_addr structure and give it a kdoc before using it
  in the scan procedure.

Changes since v1:
* There were four patches merged into two as advised by Stefan.

David Girault (2):
  net: ieee802154: Move the IEEE 802.15.4 Kconfig main entries
  net: ieee802154: Move the address structure earlier and provide a kdoc

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