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

drivers/at86rf215 drop get for NETOPT_TX_END_IRQ

This is always true with netdev_new_api
This commit is contained in:
Benjamin Valentin 2024-11-14 17:39:23 +01:00
parent f82c41e96f
commit 62eb2935c8

View File

@ -323,7 +323,6 @@ static int _get(netdev_t *netdev, netopt_t opt, void *val, size_t max_len)
case NETOPT_RX_START_IRQ:
case NETOPT_TX_START_IRQ:
case NETOPT_TX_END_IRQ:
*((netopt_enable_t *)val) = NETOPT_ENABLE;
return sizeof(netopt_enable_t);