Loading qdf/inc/qdf_types.h +3 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014-2020 The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the Loading Loading @@ -1355,6 +1356,7 @@ enum qdf_suspend_type { * @QDF_RX_REG_PKT_ROUTE_ERR: MSDU buf errors exceed thresh in REO err path * @QDF_VDEV_SM_OUT_OF_SYNC: Vdev SM is out of sync and connect req received * when already connected * @QDF_STATS_REQ_TIMEDOUT: Stats request timedout */ enum qdf_hang_reason { QDF_REASON_UNSPECIFIED, Loading Loading @@ -1383,6 +1385,7 @@ enum qdf_hang_reason { QDF_TASKLET_CREDIT_LATENCY_DETECT, QDF_RX_REG_PKT_ROUTE_ERR, QDF_VDEV_SM_OUT_OF_SYNC, QDF_STATS_REQ_TIMEDOUT, }; /** Loading Loading
qdf/inc/qdf_types.h +3 −0 Original line number Diff line number Diff line /* * Copyright (c) 2014-2020 The Linux Foundation. All rights reserved. * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the Loading Loading @@ -1355,6 +1356,7 @@ enum qdf_suspend_type { * @QDF_RX_REG_PKT_ROUTE_ERR: MSDU buf errors exceed thresh in REO err path * @QDF_VDEV_SM_OUT_OF_SYNC: Vdev SM is out of sync and connect req received * when already connected * @QDF_STATS_REQ_TIMEDOUT: Stats request timedout */ enum qdf_hang_reason { QDF_REASON_UNSPECIFIED, Loading Loading @@ -1383,6 +1385,7 @@ enum qdf_hang_reason { QDF_TASKLET_CREDIT_LATENCY_DETECT, QDF_RX_REG_PKT_ROUTE_ERR, QDF_VDEV_SM_OUT_OF_SYNC, QDF_STATS_REQ_TIMEDOUT, }; /** Loading