Mark function static
This function is not used outside this file. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
0cb79d355a
commit
a520bf4aeb
1 changed files with 2 additions and 2 deletions
|
@ -3155,7 +3155,7 @@ static int wpas_check_wowlan_trigger(const char *start, const char *trigger,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
|
static int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
|
||||||
struct wpa_driver_capa *capa)
|
struct wpa_driver_capa *capa)
|
||||||
{
|
{
|
||||||
struct wowlan_triggers triggers;
|
struct wowlan_triggers triggers;
|
||||||
|
|
Loading…
Reference in a new issue