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 <jouni@codeaurora.org>
This commit is contained in:
Arun Kumar Khandavalli 2020-11-20 17:16:11 +05:30 committed by Jouni Malinen
parent ff7cae3444
commit 5b782ff620

View 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,
};
/**