mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-21 03:32:42 +01:00
netdev: Fix typo
This commit is contained in:
parent
1378830a2c
commit
adde4e2db9
@ -329,7 +329,7 @@ static void netdev_connect_failed(struct l_genl_msg *msg, void *user_data)
|
|||||||
|
|
||||||
netdev->disconnect_cmd_id = 0;
|
netdev->disconnect_cmd_id = 0;
|
||||||
|
|
||||||
/* Done this way to allow re-entract netdev_connect calls */
|
/* Done this way to allow re-entrant netdev_connect calls */
|
||||||
netdev_connect_free(netdev);
|
netdev_connect_free(netdev);
|
||||||
|
|
||||||
if (connect_cb)
|
if (connect_cb)
|
||||||
|
Loading…
Reference in New Issue
Block a user