mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-24 16:28:23 -05:00
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:
parent
ff7cae3444
commit
5b782ff620
@ -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,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user