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
This commit is contained in:
Dhanashri Atre
2017-03-21 12:32:33 -07:00
committed by Sandeep Puligilla
parent 312638baa2
commit b178eb464d
2 changed files with 6 additions and 1 deletions

View File

@@ -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] = {