summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSven Eckelmann <seckelmann@datto.com>2019-07-03 17:19:49 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-09-17 17:05:01 +0300
commit0227ff3656f2c68b44002de0a17cec56cbdac631 (patch)
tree541875c42d203772c864754db3817de21c5a9184 /tools/perf/scripts/python
parentf93bcf0ce6a144174292716f9a79330567a778b6 (diff)
downloadlinux-0227ff3656f2c68b44002de0a17cec56cbdac631.tar.xz
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 <seckelmann@datto.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions