qcacmn: Remove csum_enabled flag and related changes
As part of code change we are removing csum_enabled flag check. In that case, csum_enabled becomes redundant since we are not using it in the code base, So remove redundant code as part of the cleanup. Change-Id: Iac411b20f06436053b1969a1af9e3b3ee418c34c CRs-Fixed: 3070858
This commit is contained in:

committed by
Madan Koyyalamudi

parent
eaa0e3776e
commit
8410d24e7b
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 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
|
||||
@@ -1261,8 +1262,6 @@ enum cdp_pdev_param_type {
|
||||
*
|
||||
* @cdp_psoc_param_en_rate_stats: set rate stats enable/disable
|
||||
* @cdp_psoc_param_en_nss_cfg: set nss cfg
|
||||
*
|
||||
* @cdp_enable_tx_checksum: Flag to specify if HW Tx checksum enabled
|
||||
*/
|
||||
typedef union cdp_config_param_t {
|
||||
/* peer params */
|
||||
@@ -1337,8 +1336,6 @@ typedef union cdp_config_param_t {
|
||||
int cdp_psoc_param_preferred_hw_mode;
|
||||
bool cdp_psoc_param_pext_stats;
|
||||
|
||||
bool cdp_enable_tx_checksum;
|
||||
|
||||
bool cdp_skip_bar_update;
|
||||
} cdp_config_param_type;
|
||||
|
||||
@@ -1440,7 +1437,6 @@ enum cdp_vdev_param_type {
|
||||
#endif
|
||||
CDP_SAFEMODE,
|
||||
CDP_DROP_UNENC,
|
||||
CDP_ENABLE_CSUM,
|
||||
CDP_ENABLE_IGMP_MCAST_EN,
|
||||
CDP_ENABLE_HLOS_TID_OVERRIDE,
|
||||
#ifdef QCA_SUPPORT_WDS_EXTENDED
|
||||
|
Reference in New Issue
Block a user