netdev_ieee802154: add channel page to descriptor

This commit is contained in:
Jose Alamos 2019-06-17 14:12:30 +02:00
parent 4d052a6921
commit c33d5f744b

View File

@ -112,6 +112,7 @@ typedef struct {
uint8_t long_addr[IEEE802154_LONG_ADDRESS_LEN];
uint8_t seq; /**< sequence number */
uint8_t chan; /**< channel */
uint8_t page; /**< channel page */
uint16_t flags; /**< flags as defined above */
/** @} */
} netdev_ieee802154_t;