Hello Dave, Jakub. An update from ieee802154 for your *net* tree: Two fixup patches for return code changes of an earlier commit. Wei Yongjun fixed a missed -EINVAL return on the recent change, while Alexander Aring adds handling for unknown address type cases as well. Miquel Raynal fixed a long standing issue with LQI value recording which got broken 8 years ago. (It got more attention with the work in progress enhancement in wpan). regards Stefan Schmidt The following changes since commit 1d22f78d05737ce21bff7b88b6e58873f35e65ba: Merge tag 'ieee802154-for-net-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan (2022-10-05 20:38:46 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-10-24 for you to fetch changes up to 5a5c4e06fd03b595542d5590f2bc05a6b7fc5c2b: mac802154: Fix LQI recording (2022-10-24 11:07:39 +0200) ---------------------------------------------------------------- Alexander Aring (1): net: ieee802154: return -EINVAL for unknown addr type Miquel Raynal (1): mac802154: Fix LQI recording Wei Yongjun (1): net: ieee802154: fix error return code in dgram_bind() include/net/ieee802154_netdev.h | 12 +++++++++--- net/ieee802154/socket.c | 4 +++- net/mac802154/rx.c | 5 +++-- 3 files changed, 15 insertions(+), 6 deletions(-)