]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add bus failure reason code to vendor indication
authorArun Kumar Khandavalli <akhandav@codeaurora.org>
Fri, 20 Nov 2020 11:46:11 +0000 (17:16 +0530)
committerJouni Malinen <j@w1.fi>
Mon, 23 Nov 2020 18:37:44 +0000 (20:37 +0200)
Add bus failure hang reason code in enum qca_wlan_vendor_hang_reason.

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

index cd7f6f9a3c8b0624256d366c555201442df39d99..d4c1da7e8f33a204671c0cb179366b3bfe616b9f 100644 (file)
@@ -6300,6 +6300,8 @@ enum qca_wlan_vendor_hang_reason {
        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,
+       /* Bus failure */
+       QCA_WLAN_HANG_BUS_FAILURE = 26,
 };
 
 /**