aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKarthikeyan Periyasamy <[email protected]>2021-11-10 21:05:57 +0530
committerKalle Valo <[email protected]>2021-11-15 11:15:43 +0200
commit4ea03443ecdac6920eb7aa3a9da2cd0b8cc6dfc8 (patch)
tree3db135ae22f51030610ce864ce8b071a3631be63 /tools/perf/scripts/python
parent85f36923be47b6990215ad444545a6a85133a0c6 (diff)
ath11k: fix error routine when fallback of add interface fails
When there is an error in add interface process from ath11k_mac_set_kickout(), the code attempts to handle a fallback for add_interface. When this fallback succeeds, the driver returns zero rather than error code. This leads to success for the non created VAP. In cleanup, driver gets remove interface callback for the non created VAP and proceeds to self peer delete request which leads to FW assert. Since it was already deleted on the fallback of add interface, return the actual error code instead of fallback return code. Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.5.0.1-00729-QCAHKSWPL_SILICONZ-3 v2 Signed-off-by: Karthikeyan Periyasamy <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions