Stefan Schmidt says:
authorJakub Kicinski <kuba@kernel.org>
Mon, 2 May 2022 20:57:54 +0000 (13:57 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 2 May 2022 20:57:56 +0000 (13:57 -0700)
====================
pull-request: ieee802154-next 2022-05-01

Miquel Raynal landed two patch series bundled in this pull request.

The first series re-works the symbol duration handling to better
accommodate the needs of the various phy layers in ieee802154.

In the second series Miquel improves th errors handling from drivers
up mac802154. THis streamlines the error handling throughout the
ieee/mac802154 stack in preparation for sync TX to be introduced for
MLME frames.
====================

Link: https://lore.kernel.org/r/20220501194614.1198325-1-stefan@datenfreihafen.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1  2 
drivers/net/ieee802154/at86rf230.c
drivers/net/ieee802154/ca8210.c
drivers/net/ieee802154/mcr20a.c

@@@ -1776,8 -1658,9 +1658,7 @@@ static void at86rf230_remove(struct spi
        at86rf230_write_subreg(lp, SR_IRQ_MASK, 0);
        ieee802154_unregister_hw(lp->hw);
        ieee802154_free_hw(lp->hw);
-       at86rf230_debugfs_remove();
        dev_dbg(&spi->dev, "unregistered at86rf230\n");
 -
 -      return 0;
  }
  
  static const struct of_device_id at86rf230_of_match[] = {
Simple merge
Simple merge