qcacld-3.0: Documentation refine for some ini items

1) Refine the documentation text of the following items:

gTxChainMask1ss
gTDLSPuapsdInactivityTime
UapsdMask
InfraUapsdVoSrvIntv
InfraUapsdVoSuspIntv
InfraUapsdViSrvIntv
InfraUapsdViSuspIntv
InfraUapsdBeSrvIntv
InfraUapsdBeSuspIntv
InfraUapsdBkSrvIntv
InfraUapsdBkSuspIntv
InfraDirAcVo
InfraDirAcBe
InfraDirAcBk
InfraSbaAcBk
burstSizeDefinition
tsInfoAckPolicy
SingleTIDRC

2) Remove the duplicated definitions of 2 ini items:

gTDLSPuapsdInactivityTime
gTDLSPuapsdRxFrameThreshold

Change-Id: I0f122af2fc91616a38a2c101478bad942292a9ba
CRs-Fixed: 2422339
This commit is contained in:
wadesong
2019-03-20 10:51:06 +08:00
committed by nshrivas
parent d8e2f3feba
commit 7f682da30f
5 changed files with 54 additions and 70 deletions

View File

@@ -173,7 +173,7 @@ static QDF_STATUS tdls_object_init_params(
tdls_soc_obj->tdls_configs.tdls_tx_pkt_threshold =
cfg_get(psoc, CFG_TDLS_TX_PACKET_THRESHOLD);
tdls_soc_obj->tdls_configs.tdls_rx_pkt_threshold =
cfg_get(psoc, CFG_TDLS_PUAPSD_RX_FRAME_THRESHOLD);
cfg_get(psoc, CFG_TDLS_RX_FRAME_THRESHOLD);
tdls_soc_obj->tdls_configs.tdls_max_discovery_attempt =
cfg_get(psoc, CFG_TDLS_MAX_DISCOVERY_ATTEMPT);
tdls_soc_obj->tdls_configs.tdls_idle_timeout =