From 302fa1467f6ce1d930394cabd3970c92b9c15dba Mon Sep 17 00:00:00 2001 From: Jose Alamos Date: Mon, 17 Jun 2019 16:04:29 +0200 Subject: [PATCH] netdev_ieee802154: add txpower to descriptor --- drivers/include/net/netdev/ieee802154.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/include/net/netdev/ieee802154.h b/drivers/include/net/netdev/ieee802154.h index 7caa617630..e47483213f 100644 --- a/drivers/include/net/netdev/ieee802154.h +++ b/drivers/include/net/netdev/ieee802154.h @@ -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;