qcacld-3.0: Use correct wma_is_valid_fw_stats_cmd() variant for Genoa

Use the correct variant i.e. HELIUMPLUS version of
wma_is_valid_fw_stats_cmd() for QCN7605(Genoa) - USB and SDIO also.
With the non-HELIUMPLUS variant 'txrx_fw_stats' command was geting
rejected.

Change-Id: I499bc568d7ed58d78dcc4aa86f433a8af76727f2
CRs-Fixed: 2378162
This commit is contained in:
Ajit Pal Singh
2019-01-10 14:43:27 +05:30
committed by nshrivas
parent 0187c628e3
commit a82f921467

View File

@@ -3686,7 +3686,7 @@ int32_t wma_txrx_fw_stats_reset(tp_wma_handle wma_handle,
((_mask) = 1 << (_rate_info))
#endif
#ifdef HELIUMPLUS
#if defined(HELIUMPLUS) || defined(QCN7605_SUPPORT)
static bool wma_is_valid_fw_stats_cmd(uint32_t value)
{
if (value > (HTT_DBG_NUM_STATS + 1) ||