mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
mrf24j40: Remove default event report settings
This commit is contained in:
parent
be7c4f7f28
commit
71fac036e5
@ -68,11 +68,6 @@ void mrf24j40_reset(mrf24j40_t *dev)
|
||||
mrf24j40_set_option(dev, NETDEV_IEEE802154_SRC_MODE_LONG, true);
|
||||
mrf24j40_set_option(dev, NETDEV_IEEE802154_ACK_REQ, true);
|
||||
mrf24j40_set_option(dev, MRF24J40_OPT_CSMA, true);
|
||||
mrf24j40_set_option(dev, MRF24J40_OPT_TELL_RX_START, false);
|
||||
mrf24j40_set_option(dev, MRF24J40_OPT_TELL_RX_END, true);
|
||||
#ifdef MODULE_NETSTATS_L2
|
||||
mrf24j40_set_option(dev, MRF24J40_OPT_TELL_TX_END, true);
|
||||
#endif
|
||||
|
||||
/* go into RX state */
|
||||
mrf24j40_reset_tasks(dev);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user