diff --git a/wireless/bluetooth/bt_netdev.c b/wireless/bluetooth/bt_netdev.c index ee314f95d0..bc31c1d46c 100644 --- a/wireless/bluetooth/bt_netdev.c +++ b/wireless/bluetooth/bt_netdev.c @@ -1064,8 +1064,6 @@ int bt_netdev_register(FAR const struct bt_driver_s *btdev) nxsem_init(&priv->bd_exclsem, 0, 1); - DEBUGASSERT(priv->bd_txpoll != NULL); - /* Set the network mask. */ btnet_netmask(netdev);