diff --git a/pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c b/pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c index 40cf5ffa92..9c1a44fdc7 100644 --- a/pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c +++ b/pkg/nordic_softdevice_ble/src/gnrc_nordic_ble_6lowpan.c @@ -221,10 +221,6 @@ static int _netdev_get(netdev_t *netdev, netopt_t opt, *((uint16_t *)value) = NETDEV_TYPE_BLE; res = sizeof(uint16_t); break; - case NETOPT_IPV6_IID: - eui48_to_ipv6_iid((eui64_t *)value, (eui48_t *)_ble_netif->l2addr); - res = sizeof(uint64_t); - break; default: break; }