Skip to content
Commit cb625802 authored by Anthony Merlino's avatar Anthony Merlino Committed by Gregory Nutt
Browse files

Merged in antmerlino/nuttx/mac802154dev-header-offset (pull request #538)



Pass header-payload offset to application for use when the MAC layer is in promiscuous mode

* mac802154_device: When in promiscuous mode, the char driver sends the entire frame, including the MAC header.  This change adds an offset field indicating the header-payload boundary. It is set to 0 when not in promiscuous mode as the header is not passed to the application

* mac802154: Adds support for getting promiscuous mode state

Approved-by: default avatarGregory Nutt <gnutt@nuttx.org>
parent 827fa679
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment