3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-02-22 22:00:38 +01:00

manager: Remove stale comment

setup_timeout was removed by the previous patch, so this comment no
longer applies.
This commit is contained in:
Denis Kenzior 2019-09-19 21:05:57 -05:00
parent 95f1fb1663
commit 1fc480c007

View File

@ -402,17 +402,6 @@ static struct wiphy_setup_state *manager_rx_cmd_new_wiphy(
if (!wiphy)
return NULL;
/*
* We've got a new wiphy, flag it as new and wait for a
* NEW_INTERFACE event for this wiphy's default driver-created
* interface. That event's handler will check the flag and
* finish setting up the interfaces for this new wiphy and then
* clear the flag. In some corner cases there may be no
* default interface on this wiphy and no user-space created
* interfaces from before IWD started, so set a 1-second timeout
* for the event. The timeout pointer is also used as the flag.
*/
state = l_new(struct wiphy_setup_state, 1);
state->id = id;
state->wiphy = wiphy;