qcacmn: Remove INI parameter gReorderOffloadSupported
As part of WiFi ini clean-up FR, the ini gReorderOffloadSupported, is identified as an obsolete parameter. Hence it is deprecated. Change-Id: I7d5ef3b77eb90ccbad1f84ec7d3cce1df761af15 CRs-Fixed: 2896016
This commit is contained in:

committed by
snandini

parent
6a6557ab2a
commit
4396086c69
@@ -903,11 +903,6 @@
|
||||
0, 2048, WLAN_CFG_IPA_UC_RX_IND_RING_COUNT, \
|
||||
CFG_VALUE_OR_DEFAULT, "IPA rx indication ring count")
|
||||
|
||||
#define CFG_DP_REORDER_OFFLOAD_SUPPORT \
|
||||
CFG_INI_UINT("gReorderOffloadSupported", \
|
||||
0, 1, 1, \
|
||||
CFG_VALUE_OR_DEFAULT, "Packet reordering offload to firmware")
|
||||
|
||||
#define CFG_DP_AP_STA_SECURITY_SEPERATION \
|
||||
CFG_INI_BOOL("gDisableIntraBssFwd", \
|
||||
false, "Disable intrs BSS Rx packets")
|
||||
@@ -1189,7 +1184,6 @@
|
||||
CFG(CFG_DP_IPA_UC_TX_BUF_SIZE) \
|
||||
CFG(CFG_DP_IPA_UC_TX_PARTITION_BASE) \
|
||||
CFG(CFG_DP_IPA_UC_RX_IND_RING_COUNT) \
|
||||
CFG(CFG_DP_REORDER_OFFLOAD_SUPPORT) \
|
||||
CFG(CFG_DP_AP_STA_SECURITY_SEPERATION) \
|
||||
CFG(CFG_DP_ENABLE_DATA_STALL_DETECTION) \
|
||||
CFG(CFG_DP_RX_SW_DESC_WEIGHT) \
|
||||
|
Reference in New Issue
Block a user