qcacmn: Stop replenish timer during recovery

During recovery, when this timer is started, there is no
stop operation. If the timer is triggered and SSR is not
completed, it will visit re-inited data structure and lead
kernel crash.

Change-Id: I44a31d70ee80d59076e4121f6924faa470ce7575
CRs-Fixed: 3102029
这个提交包含在:
Yu Tian
2021-12-31 13:37:14 +08:00
提交者 Madan Koyyalamudi
父节点 5cc176837d
当前提交 9e61eb4514
修改 2 个文件,包含 19 行新增2 行删除

查看文件

@@ -4257,4 +4257,13 @@ static inline void qdf_set_smmu_fault_state(bool smmu_fault_state)
#else
#include <i_qdf_nbuf_api_m.h>
#endif
/**
* qdf_nbuf_stop_replenish_timer - Stop alloc fail replenish timer
*
* This function stops the alloc fail replenish timer.
*
* Return: void
*/
void qdf_nbuf_stop_replenish_timer(void);
#endif /* _QDF_NBUF_H */