summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2016-03-01 14:16:51 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2016-03-01 14:22:04 +0200
commit7795ec4435869175ec510857be51e8f0e38f4566 (patch)
tree657bb799027a254d65044b504f9a9135755a2dae
parentce4919069bac9400ada191de37062305260a79c8 (diff)
Revert "cc2520: Turn off auto ACK"
This reverts commit e695d43fad5bff730c4490b08e5a06cda29c3899. This commit allows reversal of the commit bf77d902ac15ad654cb8fb07e96f6b9e5117f051 which is called "cc2520: Rework reception logic". Original code had auto ACK turned off so we can revert this commit too. Change-Id: Ic4979d1caa0f4341b9642d8a83ee65cf71562994 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
-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