wireless/ieee802154: Finishes promiscuous mode IOCTL

This commit is contained in:
Anthony Merlino
2017-05-03 21:52:43 -04:00
parent 2c57c3f83b
commit abc15c8429
2 changed files with 33 additions and 8 deletions
@@ -227,7 +227,10 @@ enum ieee802154_status_e
IEEE802154_STATUS_TRANSACTION_OVERFLOW,
IEEE802154_STATUS_TX_ACTIVE,
IEEE802154_STATUS_UNAVAILABLE_KEY,
IEEE802154_STATUS_UNSUPPORTED_ATTRIBUTE
IEEE802154_STATUS_UNSUPPORTED_ATTRIBUTE,
IEEE802154_STATUS_FAILED /* This value is not outlined in the standard. It is
* a catch-all for any failures that are not outlined
* in the standard */
};
/* IEEE 802.15.4 PHY/MAC PIB attributes IDs */