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:
parent
c33d5f744b
commit
302fa1467f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user