summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAnurag Chouhan <achouhan@codeaurora.org>2017-10-04 12:42:27 +0530
committersnandini <snandini@codeaurora.org>2017-10-06 07:58:02 -0700
commit6e56986cae98032c5d4c084b209cbd67c934e46a (patch)
tree9f24dc0b7a10dce05f58fad10c67021d91786027 /utils
parent1b5ceb75a2c3cbdb3f1e8116939b7a72db6ac441 (diff)
downloadqca-wfi-host-cmn-6e56986cae98032c5d4c084b209cbd67c934e46a.tar.gz
qcacmn: Introduce QCA_NL80211_VENDOR_SUBCMD_HANG
Event indicating to the user space that the driver has detected an internal failure. The driver is expected to recover from such a failure automatically, e.g., by resetting the device. This event carries the information indicating the reason that triggered this detection. Change-Id: Ia13e6f102e5e18ec4864ed258728369d51a77ff4 CRs-fixed: 2120886
Diffstat (limited to 'utils')
-rw-r--r--utils/logging/src/wlan_logging_sock_svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/logging/src/wlan_logging_sock_svc.c b/utils/logging/src/wlan_logging_sock_svc.c
index d522ab4dd..c759bee9b 100644
--- a/utils/logging/src/wlan_logging_sock_svc.c
+++ b/utils/logging/src/wlan_logging_sock_svc.c
@@ -730,7 +730,7 @@ static void send_flush_completion_to_user(uint8_t ring_id)
wlan_report_log_completion(is_fatal, indicator, reason_code, ring_id);
if (recovery_needed)
- cds_trigger_recovery();
+ cds_trigger_recovery(QDF_REASON_UNSPECIFIED);
}
#endif