wireless/ieee802154: Fixes ordering of strings associated with changed enum

This commit is contained in:
Anthony Merlino 2017-06-16 13:46:36 -04:00
parent 06b7cc1195
commit d5481aabf4

View File

@ -241,10 +241,11 @@ enum ieee802154_status_e
static const char *IEEE802154_STATUS_STRING[] =
{
"Success",
"Out of capacity",
"Denied",
"Failure",
"Beacon loss",
"Channel access failure",
"Denied",
"Disable TRX failure",
"Failed security check",
"Frame too long",
@ -255,7 +256,6 @@ static const char *IEEE802154_STATUS_STRING[] =
"No beacon",
"No data",
"No short address",
"Out of cap",
"PAN ID conflict",
"Realignment",
"Transaction expired",