qcacmn: Change search type to HAL_TX_ADDR_INDEX_SEARCH for sawf

Firmware expects search type to be 1 in
per packet path when sawf is enabled.

Change-Id: I6d7e5cae9b46f5a15eb0a53eefb9534ccb36ef64
CRs-Fixed: 3138558
This commit is contained in:
Vivek
2022-03-04 14:12:13 +05:30
zatwierdzone przez Madan Koyyalamudi
rodzic 3407f05fb7
commit f8beed3fc7
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@@ -37,7 +37,7 @@
#include "dp_ratetable.h"
#endif
#include <qdf_module.h>
#ifdef CONFIG_SAWF_DEF_QUEUEUS
#ifdef CONFIG_SAWF_DEF_QUEUES
#include <dp_sawf_htt.h>
#endif
@@ -2422,7 +2422,7 @@ static void dp_vdev_txrx_hw_stats_handler(struct htt_soc *soc,
{}
#endif
#ifdef CONFIG_SAWF_DEF_QEUEUES
#ifdef CONFIG_SAWF_DEF_QUEUES
static void dp_sawf_def_queues_update_map_report_conf(struct htt_soc *soc,
uint32_t *msg_word,
qdf_nbuf_t htt_t2h_msg)