Add vendor hang reason code for tasklet/credit latency
Define a new reason code in enum qca_wlan_vendor_hang_reason, QCA_WLAN_TASKLET_CREDIT_LATENCY_DETECT, for tasklet/credit latency detection. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
a6cae954ec
commit
7d513b5b28
1 changed files with 2 additions and 0 deletions
|
@ -6511,6 +6511,8 @@ enum qca_wlan_vendor_hang_reason {
|
|||
QCA_WLAN_HANG_SUSPEND_NO_CREDIT = 25,
|
||||
/* Bus failure */
|
||||
QCA_WLAN_HANG_BUS_FAILURE = 26,
|
||||
/* tasklet/credit latency found */
|
||||
QCA_WLAN_HANG_TASKLET_CREDIT_LATENCY_DETECT = 27,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue