In preparation to a wider series, here are a number of small and random fixes across the subsystem. Changes in v2: * Fixed the build error reported by a robot. It ended up being something which I fixed in a commit from a following series. I've now sorted this out and the patch now works on its own. Miquel Raynal (9): net: ieee802154: hwsim: Ensure proper channel selection at probe time net: ieee802154: hwsim: Ensure frame checksum are valid net: ieee802154: mcr20a: Fix lifs/sifs periods net: ieee802154: at86rf230: Stop leaking skb's net: ieee802154: ca8210: Stop leaking skb's net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant net: ieee802154: Return meaningful error codes from the netlink helpers net: mac802154: Explain the use of ieee802154_wake/stop_queue() MAINTAINERS: Remove Harry Morris bouncing address MAINTAINERS | 3 +-- drivers/net/ieee802154/at86rf230.c | 1 + drivers/net/ieee802154/ca8210.c | 1 + drivers/net/ieee802154/mac802154_hwsim.c | 12 ++---------- drivers/net/ieee802154/mcr20a.c | 4 ++-- include/net/mac802154.h | 12 ++++++++++++ net/ieee802154/nl-phy.c | 5 +++-- net/ieee802154/nl802154.c | 8 ++++---- 8 files changed, 26 insertions(+), 20 deletions(-) -- 2.27.0