diff --git a/src/drivers/driver.h b/src/drivers/driver.h index 20b447e23..8ae386789 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -1260,9 +1260,6 @@ struct wpa_driver_ops { * flags: Variable for returning hardware feature flags * Returns: Pointer to allocated hardware data on success or %NULL on * failure. Caller is responsible for freeing this. - * - * This function is only needed for drivers that export MLME - * (management frame processing) to %wpa_supplicant or hostapd. */ struct hostapd_hw_modes * (*get_hw_feature_data)(void *priv, u16 *num_modes,