ieee802154_mac: add TRACEDUMP request
Used to dump trace log from radio. Not used in upstream yet, will be supported by nrf52 IEEE 802.15.4 implementation
This commit is contained in:
parent
f4324e118e
commit
c1e81c348d
|
@ -381,6 +381,7 @@ enum ieee802154_attr_e
|
|||
IEEE802154_ATTR_PHY_SYMBOL_DURATION,
|
||||
IEEE802154_ATTR_PHY_FCS_LEN,
|
||||
IEEE802154_ATTR_PHY_REGDUMP,
|
||||
IEEE802154_ATTR_PHY_TRACEDUMP,
|
||||
|
||||
/* MAC PIB Attributes */
|
||||
|
||||
|
|
Loading…
Reference in New Issue