Revert "cc2520: Turn off auto ACK"

This reverts commit e695d43fad.

This commit allows reversal of the commit
bf77d902ac 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>
This commit is contained in:
Jukka Rissanen 2016-03-01 14:16:51 +02:00
parent ce4919069b
commit 7795ec4435
1 changed files with 1 additions and 4 deletions

View File

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