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:
@@ -3686,7 +3686,7 @@ int32_t wma_txrx_fw_stats_reset(tp_wma_handle wma_handle,
|
|||||||
((_mask) = 1 << (_rate_info))
|
((_mask) = 1 << (_rate_info))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HELIUMPLUS
|
#if defined(HELIUMPLUS) || defined(QCN7605_SUPPORT)
|
||||||
static bool wma_is_valid_fw_stats_cmd(uint32_t value)
|
static bool wma_is_valid_fw_stats_cmd(uint32_t value)
|
||||||
{
|
{
|
||||||
if (value > (HTT_DBG_NUM_STATS + 1) ||
|
if (value > (HTT_DBG_NUM_STATS + 1) ||
|
||||||
|
Reference in New Issue
Block a user