mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-12 11:27:51 +02:00
adhoc: Fix comment
This commit is contained in:
parent
4c8b39da3b
commit
f3d326b0fd
@ -526,7 +526,7 @@ static void adhoc_add_interface(struct netdev *netdev)
|
|||||||
adhoc = l_new(struct adhoc_state, 1);
|
adhoc = l_new(struct adhoc_state, 1);
|
||||||
adhoc->netdev = netdev;
|
adhoc->netdev = netdev;
|
||||||
|
|
||||||
/* setup ap dbus interface */
|
/* setup adhoc dbus interface */
|
||||||
l_dbus_object_add_interface(dbus_get_bus(),
|
l_dbus_object_add_interface(dbus_get_bus(),
|
||||||
netdev_get_path(netdev), IWD_ADHOC_INTERFACE, adhoc);
|
netdev_get_path(netdev), IWD_ADHOC_INTERFACE, adhoc);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user