浏览代码

qcacld-3.0: Enable bus bw request and tcp delayed ack

Bus bandwidth request timer samples the traffic on STA and
P2P client adapters to trigger bandwidth request and also enable
tcp delayed ack trigger to cnss daemon.

CRs-Fixed: 1050190
Change-Id: Iecd8a3f3762aa4c7743fb6ea22a8216fdac2ac8c
Ravi Joshi 9 年之前
父节点
当前提交
ae8e9a7e09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/hdd/src/wlan_hdd_assoc.c

+ 1 - 1
core/hdd/src/wlan_hdd_assoc.c

@@ -1350,7 +1350,7 @@ static void hdd_send_association_event(struct net_device *dev,
 				pCsrRoamInfo->tdls_chan_swit_prohibited);
 
 #ifdef MSM_PLATFORM
-#ifdef CONFIG_CNSS
+#if defined(CONFIG_ICNSS) || defined(CONFIG_CNSS)
 		/* start timer in sta/p2p_cli */
 		spin_lock_bh(&pHddCtx->bus_bw_lock);
 		pAdapter->prev_tx_packets = pAdapter->stats.tx_packets;