mbox series

[wpan,0/6] ieee802154: Scan/Beacon fixes

Message ID 20230213165414.1168401-1-miquel.raynal@bootlin.com (mailing list archive)
Headers show
Series ieee802154: Scan/Beacon fixes | expand

Message

Miquel Raynal Feb. 13, 2023, 4:54 p.m. UTC
Hello,

Following Jakub's review on Stefan's MR, a number of changes were
requested for him in order to pull the patches in net. In the mean time,
a couple of discussions happened with Alexander (return codes for
monitor scans and transmit helper used for beacons).

Hopefully this series addresses everything.

Thanks,
Miquèl

Miquel Raynal (6):
  ieee802154: Use netlink policies when relevant on scan parameters
  ieee802154: Convert scan error messages to extack
  ieee802154: Change error code on monitor scan netlink request
  mac802154: Send beacons using the MLME Tx path
  mac802154: Fix an always true condition
  ieee802154: Drop device trackers

 net/ieee802154/nl802154.c | 125 ++++++++++++++------------------------
 net/mac802154/scan.c      |  25 ++++++--
 2 files changed, 65 insertions(+), 85 deletions(-)

Comments

Miquel Raynal Feb. 14, 2023, 1:39 p.m. UTC | #1
Hi all,

miquel.raynal@bootlin.com wrote on Mon, 13 Feb 2023 17:54:08 +0100:

> Hello,
> 
> Following Jakub's review on Stefan's MR, a number of changes were
> requested for him in order to pull the patches in net. In the mean time,
> a couple of discussions happened with Alexander (return codes for
> monitor scans and transmit helper used for beacons).
> 
> Hopefully this series addresses everything.

Looks like my 'Fixes' commit hash lookups lead to local tree hits rather
than matching the ones in the wpan-next tree, so these hashes won't
point at any valid commit once in the upstream trees. I am sending a v2
with nothing else than these commit hashes fixed.

Sorry for the noise.

Thanks,
Miquèl

> 
> Thanks,
> Miquèl
> 
> Miquel Raynal (6):
>   ieee802154: Use netlink policies when relevant on scan parameters
>   ieee802154: Convert scan error messages to extack
>   ieee802154: Change error code on monitor scan netlink request
>   mac802154: Send beacons using the MLME Tx path
>   mac802154: Fix an always true condition
>   ieee802154: Drop device trackers
> 
>  net/ieee802154/nl802154.c | 125 ++++++++++++++------------------------
>  net/mac802154/scan.c      |  25 ++++++--
>  2 files changed, 65 insertions(+), 85 deletions(-)
>