Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 028889b0 authored by stefan@datenfreihafen.org's avatar stefan@datenfreihafen.org Committed by David S. Miller
Browse files

ieee802154/at86rf230: Fix register names for RX_AACK_ON and TX_ARET_ON



The register names have been wrong since the beginning but it only showed up now
as they are actualy used for the upcoming auto ACK support.

Signed-off-by: default avatarStefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1486774d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -233,8 +233,8 @@ struct at86rf230_local {
#define STATE_SLEEP		0x0F
#define STATE_BUSY_RX_AACK	0x11
#define STATE_BUSY_TX_ARET	0x12
#define STATE_BUSY_RX_AACK_ON	0x16
#define STATE_BUSY_TX_ARET_ON	0x19
#define STATE_RX_AACK_ON	0x16
#define STATE_TX_ARET_ON	0x19
#define STATE_RX_ON_NOCLK	0x1C
#define STATE_RX_AACK_ON_NOCLK	0x1D
#define STATE_BUSY_RX_AACK_NOCLK 0x1E