qcacmn: WMI changes for NOL violation

This commit contains the following changes related to FR49350:
usenol pdev param declaration and implementation of wmi cmd to send
the param to FW.
Failure status code declaration for scan and vdev start.

CRs-Fixed: 2328894
Change-Id: I5d3bfe758aeb9907193b6f626582b70413f5381c
This commit is contained in:
Abhijit Pradhan
2018-10-17 10:13:15 +05:30
committed by nshrivas
parent 3b072027b4
commit b5138f7b76
2 changed files with 22 additions and 0 deletions

View File

@@ -467,6 +467,7 @@ typedef enum {
WMI_HOST_VDEV_START_OK = 0,
WMI_HOST_VDEV_START_CHAN_INVALID,
WMI_HOST_VDEV_START_CHAN_BLOCKED,
WMI_HOST_VDEV_START_CHAN_DFS_VIOLATION,
} WMI_HOST_VDEV_START_STATUS;
/*
@@ -4863,6 +4864,7 @@ typedef enum {
wmi_pdev_param_esp_ba_window,
wmi_pdev_param_esp_airtime_fraction,
wmi_pdev_param_esp_ppdu_duration,
wmi_pdev_param_use_nol,
wmi_pdev_param_max,
} wmi_conv_pdev_params_id;