qcacmn: fix TX TDLS discover frame nbuf leak issue
crash scenario: (1) during dp_vdev_detach_wifi3(), it will reset related outstanding TX desc vdev pointer to NULL. (2) In the meantime, if this vdev TX completion is received from HW, dp_non_std_tx_comp_free_buff() do nothing for nbuf due to null vdev, leak will happen. add error handling in dp_non_std_tx_comp_free_buff() to fix it. Change-Id: I942a3d690711c60e8299d86562f08f0fb77f0b32 CRs-Fixed: 2670186
Loading
Please register or sign in to comment