Browse Source

Remove incorrect statement about get_hw_feature_data() driver_ops

This function is actually needed for quite a bit more than just
user space MLME implementation. The old comment here has not been
accurate for a long time, so get rid of it.
Jouni Malinen 13 years ago
parent
commit
33d8a77a39
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/drivers/driver.h

+ 0 - 3
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,