nuttx/drivers/wireless/ieee802154/mrf24j40
Anthony Merlino 6bbc30c5fd Merged in antmerlino/nuttx/mac802154_fcslen (pull request #983)
ieee802154: Support dynamic FCS length. Adds IEEE802154_ATTR_PHY_FCSLEN.

This change introduces IEEE802154_ATTR_PHY_FCSLEN which the radio layer can support to set/get the FCS length that's added to the end of the frame. One use case, in promiscuous mode, is to add back in the FCS of the received frame by increasing the iob->io_len by the FCS length.

Approved-by: Gregory Nutt <gnutt@nuttx.org>
2019-08-10 18:05:07 +00:00
..
Kconfig
Make.defs drivers/wireless/ieee802154/mrf24j40: Splits up driver into multiple files to make it easier to navigate 2017-07-10 13:11:43 -04:00
mrf24j40_getset.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mrf24j40_getset.h drivers/wireless/ieee802154/mrf24j40: Aligns better with coding standard after splitting up driver 2017-07-11 21:12:50 -04:00
mrf24j40_interrupt.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mrf24j40_radif.c Merged in antmerlino/nuttx/mac802154_fcslen (pull request #983) 2019-08-10 18:05:07 +00:00
mrf24j40_radif.h Merged in antmerlino/nuttx/ieee802154_energydetect (pull request #977) 2019-08-10 17:03:24 +00:00
mrf24j40_reg.h drivers/mrf24j40: Fixes issues with sleeping for beacon enabled networking 2017-07-13 03:18:22 -04:00
mrf24j40_regops.c Clicker2: Configure EDBG SPI CS just to make that it is disabled 2017-08-15 18:21:10 -06:00
mrf24j40_regops.h drivers/wireless/ieee802154/mrf24j40: Splits up driver into multiple files to make it easier to navigate 2017-07-10 13:11:43 -04:00
mrf24j40.c Merged in antmerlino/nuttx/ieee802154_energydetect (pull request #977) 2019-08-10 17:03:24 +00:00
mrf24j40.h drivers/mrf24j40: Fixes issues with sleeping for beacon enabled networking 2017-07-13 03:18:22 -04:00