1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

netdev_ieee802154: add txpower to descriptor

This commit is contained in:
Jose Alamos 2019-06-17 16:04:29 +02:00
parent c33d5f744b
commit 302fa1467f

View File

@ -114,6 +114,7 @@ typedef struct {
uint8_t chan; /**< channel */
uint8_t page; /**< channel page */
uint16_t flags; /**< flags as defined above */
int16_t txpower; /**< tx power in dBm */
/** @} */
} netdev_ieee802154_t;