qcacld-3.0: Add support to configure max ndi host supports
Introduce INI "ndi_max_support" to configure max number of ndi interfaces host supports. Host configures max number of ndi interfaces support in firmware using WMI_INIT_CMD. Change-Id: I287b9f96b98103e67cf35d0c02488a28af731044 CRs-Fixed: 2701557
This commit is contained in:

committed by
nshrivas

parent
9b85558666
commit
9e3400ac77
@@ -56,6 +56,7 @@ static void nan_cfg_init(struct wlan_objmgr_psoc *psoc,
|
||||
CFG_NDP_KEEP_ALIVE_PERIOD);
|
||||
nan_obj->cfg_param.max_ndp_sessions = cfg_get(psoc,
|
||||
CFG_NDP_MAX_SESSIONS);
|
||||
nan_obj->cfg_param.max_ndi = cfg_get(psoc, CFG_NDI_MAX_SUPPORT);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user