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:

committed by
Sandeep Puligilla

parent
312638baa2
commit
b178eb464d
@@ -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] = {
|
||||
|
Reference in New Issue
Block a user