Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcbcbbf3 authored by Arun Kumar Khandavalli's avatar Arun Kumar Khandavalli Committed by snandini
Browse files

qcacmn: Add bus failure reason code to vendor indication

Add bus failure hang reason code in enum qca_wlan_vendor_hang_reason.

Change-Id: I0ea7fff779459a1cccd44c6336a0c49d73f8b37d
CRs-Fixed: 2825302
parent 5329bdda
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -747,6 +747,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,
};

/**