diff --git a/target_if/mlme/vdev_mgr/src/target_if_vdev_mgr_tx_ops.c b/target_if/mlme/vdev_mgr/src/target_if_vdev_mgr_tx_ops.c index 8f8d6347ce..c801e6836a 100644 --- a/target_if/mlme/vdev_mgr/src/target_if_vdev_mgr_tx_ops.c +++ b/target_if/mlme/vdev_mgr/src/target_if_vdev_mgr_tx_ops.c @@ -252,11 +252,6 @@ target_if_vdev_mlme_id_2_wmi(uint32_t cfg_id) case WLAN_MLME_CFG_HE_OPS: wmi_id = wmi_vdev_param_set_heop; break; -#ifdef WLAN_FEATURE_11BE - case WLAN_MLME_CFG_EHT_OPS: - wmi_id = wmi_vdev_param_set_ehtop; -#endif - break; case WLAN_MLME_CFG_RTS_THRESHOLD: wmi_id = wmi_vdev_param_rts_threshold; break;