From 62eb2935c80d9dad9498aaec7ae00996f3039835 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 14 Nov 2024 17:39:23 +0100 Subject: [PATCH] drivers/at86rf215 drop get for NETOPT_TX_END_IRQ This is always true with netdev_new_api --- drivers/at86rf215/at86rf215_netdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/at86rf215/at86rf215_netdev.c b/drivers/at86rf215/at86rf215_netdev.c index 72d2d5127b..c358d83741 100644 --- a/drivers/at86rf215/at86rf215_netdev.c +++ b/drivers/at86rf215/at86rf215_netdev.c @@ -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);