CONFIG_IEEE802154_NRF5_FCS_IN_LENGTH
Include FCS field in the overall packet length
Type: bool
Help
Some 802.15.4 L2 implementations expect that FCS length is included in
the overall packet length while others not. Allow to configure this
behavior, based on the selected upper layer.
Default
y if
IEEE802154_RAW_MODE
||NET_L2_OPENTHREAD
Symbols that select this symbol
Kconfig definition
At <Zephyr>/drivers/ieee802154/Kconfig.nrf5:70
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:10
→ <Zephyr>/drivers/ieee802154/Kconfig:68
Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver
config IEEE802154_NRF5_FCS_IN_LENGTH
bool "Include FCS field in the overall packet length"
default y if IEEE802154_RAW_MODE || NET_L2_OPENTHREAD
depends on IEEE802154_NRF5 && IEEE802154
help
Some 802.15.4 L2 implementations expect that FCS length is included in
the overall packet length while others not. Allow to configure this
behavior, based on the selected upper layer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)