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
Этот коммит содержится в:
Mohit Khanna
2022-05-30 21:46:13 -07:00
коммит произвёл Madan Koyyalamudi
родитель a9461beb20
Коммит 0c558b779b
8 изменённых файлов: 37 добавлений и 4 удалений

Просмотреть файл

@@ -2301,6 +2301,8 @@ cdp_get_dp_capabilities(struct cdp_soc_t *soc, enum cdp_capabilities dp_caps)
if (soc && soc->ops && soc->ops->cmn_drv_ops &&
soc->ops->cmn_drv_ops->get_dp_capabilities)
return soc->ops->cmn_drv_ops->get_dp_capabilities(soc, dp_caps);
qdf_err("invalid instance");
return false;
}