qcacmn: Process RX FSE Support service advertised by firmware

A new firmware capability advertising support for flow search engine
in HW has been added. Process the new service for flow tagging.

CRs-Fixed: 2475913
Change-Id: Ie69cfd5733b6d6c02792da59dee4f823a72fb431
This commit is contained in:
Sumeet Rao
2019-06-20 12:21:05 -07:00
committed by nshrivas
부모 76aa8d5194
커밋 eda56478de
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -137,6 +137,10 @@ static int init_deinit_service_ready_event_handler(ol_scn_t scn_handle,
target_if_lteu_cfg_enable(psoc, tgt_hdl, event);
if (wmi_service_enabled(wmi_handle, wmi_service_rx_fse_support))
wlan_psoc_nif_fw_ext_cap_set(psoc,
WLAN_SOC_CEXT_RX_FSE_SUPPORT);
/* override derived value, if it exceeds max peer count */
if ((wlan_psoc_get_max_peer_count(psoc) >
tgt_hdl->info.wlan_res_cfg.num_active_peers) &&