freebsd11_wlan: Add missing mtx_destroy of the ic_list_mtx.
This commit is contained in:
@@ -112,6 +112,8 @@ init_wlan_stack(void)
|
|||||||
void
|
void
|
||||||
uninit_wlan_stack(void)
|
uninit_wlan_stack(void)
|
||||||
{
|
{
|
||||||
|
mtx_destroy(&ic_list_mtx);
|
||||||
|
|
||||||
if (sNotificationModule != NULL)
|
if (sNotificationModule != NULL)
|
||||||
put_module(NET_NOTIFICATIONS_MODULE_NAME);
|
put_module(NET_NOTIFICATIONS_MODULE_NAME);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user