]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add additional vendor specific hang reason codes
authorArun Kumar Khandavalli <akhandav@codeaurora.org>
Thu, 22 Oct 2020 15:54:41 +0000 (21:24 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 22 Oct 2020 20:47:12 +0000 (23:47 +0300)
Add additional hang reason codes in enum qca_wlan_vendor_hang_reason to
address potential internal failure cases.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/common/qca-vendor.h

index eb6a2c1498ee33aa2172a2331bbba7ee2877a61f..de4c8baa854f4b6f2d182e633cc71a967b484c41 100644 (file)
@@ -6222,6 +6222,12 @@ enum qca_wlan_vendor_hang_reason {
         * the FW on a specific VDEV.
         */
        QCA_WLAN_HANG_VDEV_PEER_DELETE_ALL_RESPONSE_TIMED_OUT = 22,
+       /* WMI sequence mismatch between WMI command and Tx completion */
+       QCA_WLAN_HANG_WMI_BUF_SEQUENCE_MISMATCH = 23,
+       /* Write to Device HAL register failed */
+       QCA_WLAN_HANG_REG_WRITE_FAILURE = 24,
+       /* No credit left to send the wow_wakeup_from_sleep to firmware */
+       QCA_WLAN_HANG_SUSPEND_NO_CREDIT = 25,
 };
 
 /**