Loading
wifi: ath11k: fix error path leaks in some WMI calls
This is the same pattern that was previously identified as problematic: direct 'return ath11k_wmi_cmd_send(...)' will leak the skb in the error path if it is not explicitly handled. Fixes: c417b247 ("ath11k: implement hardware data filter") Fixes: 9cbd7fc9 ("ath11k: support MAC address randomization in scan") Fixes: ba9177fc ("ath11k: Add basic WoW functionalities") Fixes: fec4b898 ("ath11k: Add WoW net-detect functionality") Fixes: c3c36bfe ("ath11k: support ARP and NS offload") Fixes: a16d9b50 ("ath11k: support GTK rekey offload") Fixes: 652f69ed ("ath11k: Add support for SAR") Fixes: 0f84a156 ("ath11k: Handle keepalive during WoWLAN suspend and resume") 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-3-nico.escande@gmail.com Signed-off-by:
Jeff Johnson <jeff.johnson@oss.qualcomm.com>