mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 17:59:25 +01:00
station: Fix init return type
This commit is contained in:
parent
749d45f58f
commit
001b9035e0
@ -3250,7 +3250,7 @@ static int station_init(void)
|
|||||||
&anqp_disabled))
|
&anqp_disabled))
|
||||||
anqp_disabled = true;
|
anqp_disabled = true;
|
||||||
|
|
||||||
return true;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void station_exit(void)
|
static void station_exit(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user