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
1 changed files with 1 additions and 4 deletions
|
@ -54,10 +54,7 @@
|
||||||
#include "cc2520.h"
|
#include "cc2520.h"
|
||||||
#include "cc2520_arch.h"
|
#include "cc2520_arch.h"
|
||||||
|
|
||||||
/* Auto-ACK can prevent the device from sending packets so do not turn it on.
|
#define CC2520_CONF_AUTOACK 1
|
||||||
* It enables filtering and the feature is currently broken on this driver.
|
|
||||||
*/
|
|
||||||
#define CC2520_CONF_AUTOACK 0
|
|
||||||
#define WITH_SEND_CCA 1
|
#define WITH_SEND_CCA 1
|
||||||
|
|
||||||
#define FOOTER_LEN 2
|
#define FOOTER_LEN 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue