qcacmn: Enable notify-frame feature in FW

Enable bits in WMI_INIT command to let the FW know about host's
capability to support notify frame feature. If the feature is enabled,
host can mark certain TX frames as "notify frames" for hardware and they
need not be sent to FW. FW depends on this capability exchange to decide
whether to install HW rules for frames to be sent to HW.

Change-Id: I7158e79ae0fbdc73a2f4096ae1577337e8291246
CRs-Fixed: 3209399
This commit is contained in:
Mohit Khanna
2022-05-30 21:46:13 -07:00
committed by Madan Koyyalamudi
orang tua a9461beb20
melakukan 0c558b779b
8 mengubah file dengan 37 tambahan dan 4 penghapusan

Melihat File

@@ -63,6 +63,9 @@ static void dp_soc_cfg_attach_be(struct dp_soc *soc)
/* this is used only when dmac mode is enabled */
soc->num_rx_refill_buf_rings = 1;
soc->wlan_cfg_ctx->notify_frame_support =
DP_MARK_NOTIFY_FRAME_SUPPORT;
}
qdf_size_t dp_get_context_size_be(enum dp_context_type context_type)