diff options
| author | Jérôme Pouiller <[email protected]> | 2020-04-10 15:32:26 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-04-13 14:42:40 +0200 |
| commit | 9abb6b26f62e392ba3761256e9e020a45c5629e3 (patch) | |
| tree | 810567022640fec8b484c6bd20e30ff3686383d4 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 3393eebd9ddbe952628b297374befd10d73e2741 (diff) | |
staging: wfx: change the way the station associate to an AP
Chipset need two steps to associate with an AP:
1. it start receiving beacon from the AP (done with wfx_do_join())
2. it sent the association request (done with wfx_join_finalize())
The join request (see hif_join()) contains basic rates, beacon interval
and bssid to connect, so we trig on these events for the first step.
The second step is obviously associated to the event BSS_CHANGED_ASSOC.
Note that conf_mutex is now easier to manage. It is held by
wfx_bss_info_changed() and inner functions does not need to lock it.
Signed-off-by: Jérôme Pouiller <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions