|
@@ -919,14 +919,6 @@ dp_mon_rx_enable_phy_errors(uint32_t *msg_word,
|
|
*msg_word = 0;
|
|
*msg_word = 0;
|
|
HTT_RX_RING_SELECTION_CFG_PHY_ERR_MASK_CONT_SET
|
|
HTT_RX_RING_SELECTION_CFG_PHY_ERR_MASK_CONT_SET
|
|
(*msg_word, htt_tlv_filter->phy_err_mask_cont);
|
|
(*msg_word, htt_tlv_filter->phy_err_mask_cont);
|
|
-
|
|
|
|
- /* word 14*/
|
|
|
|
- msg_word++;
|
|
|
|
- *msg_word = 0;
|
|
|
|
- } else {
|
|
|
|
- /* word 14*/
|
|
|
|
- msg_word += 3;
|
|
|
|
- *msg_word = 0;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#else
|
|
#else
|
|
@@ -934,9 +926,6 @@ static inline void
|
|
dp_mon_rx_enable_phy_errors(uint32_t *msg_word,
|
|
dp_mon_rx_enable_phy_errors(uint32_t *msg_word,
|
|
struct htt_rx_ring_tlv_filter *htt_tlv_filter)
|
|
struct htt_rx_ring_tlv_filter *htt_tlv_filter)
|
|
{
|
|
{
|
|
- /* word 14*/
|
|
|
|
- msg_word += 3;
|
|
|
|
- *msg_word = 0;
|
|
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
@@ -1670,6 +1659,10 @@ int htt_h2t_rx_ring_cfg(struct htt_soc *htt_soc, int pdev_id,
|
|
|
|
|
|
dp_mon_rx_enable_phy_errors(msg_word, htt_tlv_filter);
|
|
dp_mon_rx_enable_phy_errors(msg_word, htt_tlv_filter);
|
|
|
|
|
|
|
|
+ /* word 14*/
|
|
|
|
+ msg_word += 3;
|
|
|
|
+ *msg_word = 0;
|
|
|
|
+
|
|
dp_mon_rx_wmask_subscribe(soc->dp_soc, msg_word, htt_tlv_filter);
|
|
dp_mon_rx_wmask_subscribe(soc->dp_soc, msg_word, htt_tlv_filter);
|
|
|
|
|
|
/* "response_required" field should be set if a HTT response message is
|
|
/* "response_required" field should be set if a HTT response message is
|