nrfxlib API 0.1.0
|
void nrf_wifi_osal_llist_del_node | ( | void * | llist, |
void * | llist_node | ||
) |
Delete node from a linked list.
llist | Pointer to a linked list. |
llist_node | Pointer to a linked list node. |
Removes the node passed in the @llist_node parameter from the linked list passed in the @llist parameter.