mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01: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->netdev = netdev;
|
||||
|
||||
/* setup ap dbus interface */
|
||||
/* setup adhoc dbus interface */
|
||||
l_dbus_object_add_interface(dbus_get_bus(),
|
||||
netdev_get_path(netdev), IWD_ADHOC_INTERFACE, adhoc);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user