]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove incorrect statement about get_hw_feature_data() driver_ops
authorJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 17:09:40 +0000 (20:09 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Oct 2011 17:09:40 +0000 (20:09 +0300)
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.

src/drivers/driver.h

index 20b447e2354ead9b8b9312e5f80f2a4669d0ac11..8ae38678937e7303f75024ad29081423fbf88b93 100644 (file)
@@ -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,