summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/802.15.4/cc2520.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/802.15.4/cc2520.c b/drivers/802.15.4/cc2520.c
index 7627234da..f56b92b00 100644
--- a/drivers/802.15.4/cc2520.c
+++ b/drivers/802.15.4/cc2520.c
@@ -54,10 +54,7 @@
#include "cc2520.h"
#include "cc2520_arch.h"
-/* Auto-ACK can prevent the device from sending packets so do not turn it on.
- * It enables filtering and the feature is currently broken on this driver.
- */
-#define CC2520_CONF_AUTOACK 0
+#define CC2520_CONF_AUTOACK 1
#define WITH_SEND_CCA 1
#define FOOTER_LEN 2