Use sched_scan in driver init
This patch uses sched_scan, if available, when the driver is initialized. It also adds a couple of cancel operations where appropriate. Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
d21c63b925
commit
a4cba8f1e2
3 changed files with 13 additions and 3 deletions
|
@ -237,6 +237,7 @@ void sme_authenticate(struct wpa_supplicant *wpa_s,
|
|||
}
|
||||
#endif /* CONFIG_P2P */
|
||||
|
||||
wpa_supplicant_cancel_sched_scan(wpa_s);
|
||||
wpa_supplicant_cancel_scan(wpa_s);
|
||||
|
||||
wpa_msg(wpa_s, MSG_INFO, "SME: Trying to authenticate with " MACSTR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue