diff options
author | Sven Eckelmann <[email protected]> | 2019-07-03 16:19:49 +0200 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2019-09-17 17:05:01 +0300 |
commit | 0227ff3656f2c68b44002de0a17cec56cbdac631 (patch) | |
tree | 541875c42d203772c864754db3817de21c5a9184 /tools/perf/scripts/python/intel-pt-events.py | |
parent | f93bcf0ce6a144174292716f9a79330567a778b6 (diff) |
ath10k: avoid leaving .bss_info_changed prematurely
ath10k_bss_info_changed() handles various events from the upper layers. It
parses the changed bitfield and then configures the driver/firmware
accordingly. Each detected event is handled in a separate scope which is
independent of each other - but in the same function.
The commit f279294e9ee2 ("ath10k: add support for configuring management
packet rate") changed this behavior by returning from this function
prematurely when some precondition was not fulfilled. All new event
handlers added after the BSS_CHANGED_BASIC_RATES event handler would then
also be skipped.
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions