Hello, Following the initial support for passive scan and beaconing, here is an addition to support active scans. Thanks, Miquèl Changes in v2: * None, just resending the series after -rc1, now that all the late changes have been included in Linus' tree. Miquel Raynal (4): ieee802154: Add support for user active scan requests mac802154: Handle active scanning ieee802154: Add support for allowing to answer BEACON_REQ mac802154: Handle received BEACON_REQ include/net/ieee802154_netdev.h | 20 +++++++++- net/ieee802154/header_ops.c | 36 +++++++++++++++++ net/ieee802154/nl802154.c | 3 +- net/mac802154/ieee802154_i.h | 21 ++++++++++ net/mac802154/main.c | 2 + net/mac802154/rx.c | 70 ++++++++++++++++++++++++++++++++- net/mac802154/scan.c | 68 +++++++++++++++++++++++++++++--- 7 files changed, 211 insertions(+), 9 deletions(-) -- 2.34.1