Browse Source

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 8 years ago
parent
commit
ae8e9a7e09
1 changed files with 1 additions and 1 deletions
  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;