qcacmn: Check Tx halt during umac reset
1. Check Tx halt during umac reset and avoid halt if set already. 2. Perform SRNG disable only in case of umac reset Change-Id: Id364a6460a64e83002b5c96e08031ad2a0bc8fd7 CRs-Fixed: 3459427
这个提交包含在:
@@ -1446,7 +1446,8 @@ void dp_srng_deinit(struct dp_soc *soc, struct dp_srng *srng,
|
||||
ring_num);
|
||||
|
||||
srng_cleanup:
|
||||
hal_srng_cleanup(soc->hal_soc, srng->hal_srng);
|
||||
hal_srng_cleanup(soc->hal_soc, srng->hal_srng,
|
||||
dp_check_umac_reset_in_progress(soc));
|
||||
srng->hal_srng = NULL;
|
||||
}
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户