|
@@ -158,6 +158,12 @@ struct cdp_cmn_ops {
|
|
|
|
|
|
QDF_STATUS (*txrx_set_monitor_mode)(struct cdp_vdev *vdev,
|
|
QDF_STATUS (*txrx_set_monitor_mode)(struct cdp_vdev *vdev,
|
|
uint8_t smart_monitor);
|
|
uint8_t smart_monitor);
|
|
|
|
+ void (*txrx_peer_delete_sync)(void *peer,
|
|
|
|
+ QDF_STATUS(*delete_cb)(
|
|
|
|
+ uint8_t vdev_id,
|
|
|
|
+ uint32_t peerid_cnt,
|
|
|
|
+ uint16_t *peerid_list),
|
|
|
|
+ uint32_t bitmap);
|
|
|
|
|
|
uint8_t (*txrx_get_pdev_id_frm_pdev)(struct cdp_pdev *pdev);
|
|
uint8_t (*txrx_get_pdev_id_frm_pdev)(struct cdp_pdev *pdev);
|
|
|
|
|
|
@@ -999,11 +1005,15 @@ struct cdp_pmf_ops {
|
|
* @set_cfg_packet_log_enabled:
|
|
* @set_cfg_packet_log_enabled:
|
|
* @cfg_attach:
|
|
* @cfg_attach:
|
|
* @vdev_rx_set_intrabss_fwd:
|
|
* @vdev_rx_set_intrabss_fwd:
|
|
- * @get_opmode:
|
|
|
|
* @is_rx_fwd_disabled:
|
|
* @is_rx_fwd_disabled:
|
|
* @tx_set_is_mgmt_over_wmi_enabled:
|
|
* @tx_set_is_mgmt_over_wmi_enabled:
|
|
* @is_high_latency:
|
|
* @is_high_latency:
|
|
* @set_flow_control_parameters:
|
|
* @set_flow_control_parameters:
|
|
|
|
+ * @set_flow_steering:
|
|
|
|
+ * @set_ptp_rx_opt_enabled:
|
|
|
|
+ * @set_new_htt_msg_format:
|
|
|
|
+ * @set_peer_unmap_conf_support:
|
|
|
|
+ * @get_peer_unmap_conf_support:
|
|
*/
|
|
*/
|
|
struct cdp_cfg_ops {
|
|
struct cdp_cfg_ops {
|
|
void (*set_cfg_rx_fwd_disabled)(struct cdp_cfg *cfg_pdev,
|
|
void (*set_cfg_rx_fwd_disabled)(struct cdp_cfg *cfg_pdev,
|
|
@@ -1020,6 +1030,8 @@ struct cdp_cfg_ops {
|
|
void (*set_flow_steering)(struct cdp_cfg *cfg_pdev, uint8_t val);
|
|
void (*set_flow_steering)(struct cdp_cfg *cfg_pdev, uint8_t val);
|
|
void (*set_ptp_rx_opt_enabled)(struct cdp_cfg *cfg_pdev, uint8_t val);
|
|
void (*set_ptp_rx_opt_enabled)(struct cdp_cfg *cfg_pdev, uint8_t val);
|
|
void (*set_new_htt_msg_format)(uint8_t val);
|
|
void (*set_new_htt_msg_format)(uint8_t val);
|
|
|
|
+ void (*set_peer_unmap_conf_support)(bool val);
|
|
|
|
+ bool (*get_peer_unmap_conf_support)(void);
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|