1
0
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:
Koen Zandberg 2018-07-16 14:43:45 +02:00
parent be7c4f7f28
commit 71fac036e5
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -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);