Loading
wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()
This is similar to what was fixed by previous patches. We have a call to ath11k_wmi_cmd_send() which does check the return value, but forgot to free the related skb on error. Fixes: b43310e4 ("wifi: ath11k: factory test mode support") Signed-off-by:Nicolas Escande <nico.escande@gmail.com> Reviewed-by:
Baochen Qiang <baochen.qiang@oss.qualcomm.com> Reviewed-by:
Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com> Link: https://patch.msgid.link/20260506134240.2284016-4-nico.escande@gmail.com Signed-off-by:
Jeff Johnson <jeff.johnson@oss.qualcomm.com>