qcacmn: Avoid asserts in dp related to HW interactions

Avoid asserts in data path which related to HW interactions
and instead use work arounds.

Change-Id: I86089d21c5be23784f8a077b085f3f3b8a2308e4
CRs-Fixed: 3564940
Tento commit je obsažen v:
Pavankumar Nandeshwar
2023-08-17 02:46:29 -07:00
odevzdal Rahul Choudhary
rodič 42e618a774
revize ad866ad37f
11 změnil soubory, kde provedl 131 přidání a 106 odebrání

Zobrazit soubor

@@ -3477,20 +3477,20 @@ dp_rx_mlo_timestamp_ind_handler(struct dp_soc *soc,
static void dp_htt_mlo_peer_map_handler(struct htt_soc *soc,
uint32_t *msg_word)
{
qdf_assert_always(0);
dp_alert("Unexpected event");
}
static void dp_htt_mlo_peer_unmap_handler(struct htt_soc *soc,
uint32_t *msg_word)
{
qdf_assert_always(0);
dp_alert("Unexpected event");
}
static void
dp_rx_mlo_timestamp_ind_handler(void *soc_handle,
uint32_t *msg_word)
{
qdf_assert_always(0);
dp_alert("Unexpected event");
}
static void dp_htt_t2h_primary_link_migration(struct htt_soc *soc,