Skip to content

Commit d7b5410

Browse files
krish2718bjarki-andreasen
authored andcommitted
[nrf fromlist] modules: hostap: Fix typo in NM unregistration
The module name is not modified in remove. Upstream PR: zephyrproject-rtos/zephyr#79231 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent f2b6d64 commit d7b5410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/src/supp_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ static int del_interface(struct supplicant_context *ctx, struct net_if *iface)
423423
goto out;
424424
}
425425

426-
ret = wifi_nm_unregister_mgd_iface(wifi_nm_get_instance("wpa_supplicant"), iface);
426+
ret = wifi_nm_unregister_mgd_iface(wifi_nm_get_instance("wifi_supplicant"), iface);
427427
if (ret) {
428428
LOG_ERR("Failed to unregister mgd iface %s with native stack (%d)",
429429
ifname, ret);

0 commit comments

Comments
 (0)