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
vanhempi a9461beb20
commit 0c558b779b
8 muutettua tiedostoa jossa 37 lisäystä ja 4 poistoa

Näytä tiedosto

@@ -2927,6 +2927,8 @@ wlan_cfg_get_dp_caps(struct wlan_cfg_dp_soc_ctxt *cfg,
return cfg->rawmode_enabled;
case CDP_CFG_DP_PEER_FLOW_CTRL:
return cfg->peer_flow_ctrl_enabled;
case CDP_CFG_DP_MARK_NOTIFY_FRAME_SUPPORT:
return cfg->notify_frame_support;
default:
return false;
}