qcacmn: Remove structure wmi_tdls_params
Using both structure wmi_tdls_params and tdls_info if TDLS component sets FW states, which will cause memory corruption potentially. Use enum wmi_tdls_state as type of tdls state. Change-Id: Ia1e78a5c6d8aee9ab5166c0704dd7827f42c2457 CRs-Fixed: 2372452
This commit is contained in:
@@ -2637,43 +2637,6 @@ struct fw_dump_req_param {
|
||||
struct fw_dump_seg_req_param segment[WMI_MAX_NUM_FW_SEGMENTS];
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_tdls_params - TDLS parameters
|
||||
* @vdev_id: vdev id
|
||||
* @tdls_state: TDLS state
|
||||
* @notification_interval_ms: notification inerval
|
||||
* @tx_discovery_threshold: tx discovery threshold
|
||||
* @tx_teardown_threshold: tx teardown threashold
|
||||
* @rssi_teardown_threshold: RSSI teardown threshold
|
||||
* @rssi_delta: RSSI delta
|
||||
* @tdls_options: TDLS options
|
||||
* @peer_traffic_ind_window: raffic indication window
|
||||
* @peer_traffic_response_timeout: traffic response timeout
|
||||
* @puapsd_mask: uapsd mask
|
||||
* @puapsd_inactivity_time: uapsd inactivity time
|
||||
* @puapsd_rx_frame_threshold: uapsd rx frame threshold
|
||||
* @teardown_notification_ms: tdls teardown notification interval
|
||||
* @tdls_peer_kickout_threshold: tdls packet threshold for
|
||||
* peer kickout operation
|
||||
*/
|
||||
struct wmi_tdls_params {
|
||||
uint32_t vdev_id;
|
||||
uint32_t tdls_state;
|
||||
uint32_t notification_interval_ms;
|
||||
uint32_t tx_discovery_threshold;
|
||||
uint32_t tx_teardown_threshold;
|
||||
int32_t rssi_teardown_threshold;
|
||||
int32_t rssi_delta;
|
||||
uint32_t tdls_options;
|
||||
uint32_t peer_traffic_ind_window;
|
||||
uint32_t peer_traffic_response_timeout;
|
||||
uint32_t puapsd_mask;
|
||||
uint32_t puapsd_inactivity_time;
|
||||
uint32_t puapsd_rx_frame_threshold;
|
||||
uint32_t teardown_notification_ms;
|
||||
uint32_t tdls_peer_kickout_threshold;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct dhcp_offload_info_params - dhcp offload parameters
|
||||
* @vdev_id: request data length
|
||||
|
Reference in New Issue
Block a user