From: Arun Kumar Khandavalli Date: Fri, 20 Nov 2020 11:46:11 +0000 (+0530) Subject: Add bus failure reason code to vendor indication X-Git-Tag: hostap_2_10~757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b782ff620002c21f193034ab911e6524b31785a;p=thirdparty%2Fhostap.git Add bus failure reason code to vendor indication Add bus failure hang reason code in enum qca_wlan_vendor_hang_reason. Signed-off-by: Jouni Malinen --- diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h index cd7f6f9a3..d4c1da7e8 100644 --- a/src/common/qca-vendor.h +++ b/src/common/qca-vendor.h @@ -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, }; /**