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,8 +3155,8 @@ static int wpas_check_wowlan_trigger(const char *start, const char *trigger,
|
|||
}
|
||||
|
||||
|
||||
int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
|
||||
struct wpa_driver_capa *capa)
|
||||
static int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
|
||||
struct wpa_driver_capa *capa)
|
||||
{
|
||||
struct wowlan_triggers triggers;
|
||||
char *start, *end, *buf;
|
||||
|
|
Loading…
Reference in a new issue