Browse Source

qcacmn: Initialize LRO and rx hash during vdev attach

We need to send the LRO and rx hash configuration to the
firmware during vdev attach. Currently they are being incorrectly
sent before WMI service ready indication.

Change-Id: I69680b48e6725c6deaad434d722546052cfe86b4
CRs-Fixed: 2022770
Dhanashri Atre 8 years ago
parent
commit
b178eb464d
2 changed files with 6 additions and 1 deletions
  1. 2 1
      dp/wifi3.0/dp_main.c
  2. 4 0
      wlan_cfg/wlan_cfg.c

+ 2 - 1
dp/wifi3.0/dp_main.c

@@ -1235,7 +1235,6 @@ static struct cdp_pdev *dp_pdev_attach_wifi3(struct cdp_soc_t *txrx_soc,
 	/* MCL */
 	dp_local_peer_id_pool_init(pdev);
 #endif
-	dp_lro_hash_setup(soc);
 	dp_dscp_tid_map_setup(pdev);
 
 	/* Rx monitor mode specific init */
@@ -1609,6 +1608,8 @@ static struct cdp_vdev *dp_vdev_attach_wifi3(struct cdp_pdev *txrx_pdev,
 		qdf_timer_mod(&soc->int_timer, DP_INTR_POLL_TIMER_MS);
 #endif
 
+	dp_lro_hash_setup(soc);
+
 	QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
 		"Created vdev %p (%pM)", vdev, vdev->mac_addr.raw);
 	DP_STATS_INIT(vdev);

+ 4 - 0
wlan_cfg/wlan_cfg.c

@@ -85,7 +85,11 @@
 #define NUM_RXDMA_RINGS_PER_PDEV 1
 #endif
 
+#ifdef WLAN_RX_HASH
+#define WLAN_RX_HASH_ENABLE 1
+#else
 #define WLAN_RX_HASH_ENABLE 0
+#endif
 #define WLAN_LRO_ENABLE 0
 
 static const int tx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS] = {