Revert "cc2520: Turn off auto ACK"
This reverts commite695d43fad
. This commit allows reversal of the commitbf77d902ac
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:
parent
ce4919069b
commit
7795ec4435
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue