소스 검색

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;