qcacld-3.0: Enable detection of data stall events

Currently, data stall events are not detected individually.
Updated gEnableDataStallDetection ini provides control over
individual data stall events if bit 0 is not set.

Change-Id: Id4fd7f10f0806a39c5bdb7b8c097c26894dc5340
CRs-Fixed: 3159405
This commit is contained in:
Ananya Gupta
2022-04-14 14:30:31 +05:30
committed by Madan Koyyalamudi
부모 8b62f67023
커밋 2f50109251
7개의 변경된 파일39개의 추가작업 그리고 7개의 파일을 삭제

파일 보기

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011-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
@@ -112,7 +113,7 @@ struct txrx_pdev_cfg_t {
bool tso_enable;
bool lro_enable;
bool sg_enable;
bool enable_data_stall_detection;
uint32_t enable_data_stall_detection;
bool enable_flow_steering;
bool disable_intra_bss_fwd;
/* IPA Micro controller data path offload TX buffer size */