qcacmn: Fix compile error
2017426 removed rssi_args causing compile error. Change-Id: I5f428535373cd7716e993f4447b27fc33296aa5c
This commit is contained in:
@@ -817,17 +817,23 @@ typedef enum {
|
|||||||
WMI_HOST_REQUEST_VDEV_EXTD_STAT = 0x100,
|
WMI_HOST_REQUEST_VDEV_EXTD_STAT = 0x100,
|
||||||
} wmi_host_stats_id;
|
} wmi_host_stats_id;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint16_t cfg_retry_count;
|
||||||
|
uint16_t retry_count;
|
||||||
|
} wmi_host_inst_rssi_args;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct stats_request_params - stats_request cmd parameter
|
* struct stats_request_params - stats_request cmd parameter
|
||||||
* @stats_id: Bit mask of all the STATS request are specified with values from wmi_host_stats_id
|
* @stats_id: Bit mask of all the STATS request are specified with values from wmi_host_stats_id
|
||||||
* @vdev_id: vdev id
|
* @vdev_id: vdev id
|
||||||
* @pdev_id: pdev_id
|
* @pdev_id: pdev_id
|
||||||
|
* @wmi_host_inst_rssi_args: Instantaneous rssi stats args
|
||||||
*/
|
*/
|
||||||
struct stats_request_params {
|
struct stats_request_params {
|
||||||
uint32_t stats_id;
|
uint32_t stats_id;
|
||||||
uint8_t vdev_id;
|
uint8_t vdev_id;
|
||||||
uint8_t pdev_id;
|
uint8_t pdev_id;
|
||||||
|
wmi_host_inst_rssi_args rssi_args;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user