qcacmn: Trigger copy of pktlogs to SD Card on basis of ring ID
For fatal events , driver sends EVENT_WLAN_LOG_COMPLETE to userspace. But there can be multiple events for each ring id like connectivity, driver , frimware, wakelock etc. Cnss diag has to trigger copy of pkt log to /sdcard only for one bug report, so send ring id in log complete event so that it can trigger copy for driver ring id. Change-Id: I3b06bed52509e58ac4d79698c95ba5eb1baa3bb3 CRs-Fixed: 2053770
这个提交包含在:
@@ -63,7 +63,8 @@ static inline void wlan_logging_set_fw_flush_complete(void)
|
||||
#ifdef FEATURE_WLAN_DIAG_SUPPORT
|
||||
void wlan_report_log_completion(uint32_t is_fatal,
|
||||
uint32_t indicator,
|
||||
uint32_t reason_code);
|
||||
uint32_t reason_code,
|
||||
uint8_t ring_id);
|
||||
#else
|
||||
static inline void wlan_report_log_completion(uint32_t is_fatal,
|
||||
uint32_t indicator,
|
||||
|
在新工单中引用
屏蔽一个用户