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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user