qcacmn: reset is_lro_hash_configured in pdev init

Reset pdev->is_lro_hash_configured flag to default
in dp_pdev_init.

Change-Id: If4064cbf5d8f76180eb9f6ba4d7fb278418dfc67
CRs-Fixed: 3141090
This commit is contained in:
Chaithanya Garrepalli
2022-03-01 14:02:43 +05:30
committed by Madan Koyyalamudi
parent 49a86029a8
commit 52352f5bda

View File

@@ -14964,6 +14964,7 @@ static QDF_STATUS dp_pdev_init(struct cdp_soc_t *txrx_soc,
TAILQ_INIT(&pdev->vdev_list);
qdf_spinlock_create(&pdev->vdev_list_lock);
pdev->vdev_count = 0;
pdev->is_lro_hash_configured = 0;
qdf_spinlock_create(&pdev->tx_mutex);
pdev->ch_band_lmac_id_mapping[REG_BAND_2G] = DP_MON_INVALID_LMAC_ID;