From: Jingxiang Ge Date: Wed, 21 Apr 2021 04:57:42 +0000 (+0800) Subject: Add vendor hang reason code for tasklet/credit latency X-Git-Tag: hostap_2_10~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d513b5b28a91baaed7210ef6461bef839477e6f;p=thirdparty%2Fhostap.git Add vendor hang reason code for tasklet/credit latency Define a new reason code in enum qca_wlan_vendor_hang_reason, QCA_WLAN_TASKLET_CREDIT_LATENCY_DETECT, for tasklet/credit latency detection. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index 4a56e4c31..36e62f62a 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -6511,6 +6511,8 @@ enum qca_wlan_vendor_hang_reason { QCA_WLAN_HANG_SUSPEND_NO_CREDIT = 25, /* Bus failure */ QCA_WLAN_HANG_BUS_FAILURE = 26, + /* tasklet/credit latency found */ + QCA_WLAN_HANG_TASKLET_CREDIT_LATENCY_DETECT = 27, }; /**