qcacmn: Add command support for NAV configuration

Add command support for NAV register update and
configuration of the threshold value.

Change-Id: Idbdb030f75dc98db652e6b53604a3ceaaff1106b
CRs-fixed: 2389803
This commit is contained in:
Rhythm Patwa
2019-01-31 18:39:40 -08:00
committed by nshrivas
父節點 65b02b4a8e
當前提交 851a27849b
共有 2 個文件被更改,包括 3 次插入0 次删除

查看文件

@@ -12393,6 +12393,8 @@ static void populate_pdev_param_tlv(uint32_t *pdev_param)
WMI_PDEV_PARAM_EQUAL_RU_ALLOCATION_ENABLE;
pdev_param[wmi_pdev_param_per_peer_prd_cfr_enable] =
WMI_PDEV_PARAM_PER_PEER_PERIODIC_CFR_ENABLE;
pdev_param[wmi_pdev_param_nav_override_config] =
WMI_PDEV_PARAM_NAV_OVERRIDE_CONFIG;
}
/**