]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - build-utilities/hostap.git/commitdiff
Fix no-NEED_AP_MLME build
authorJouni Malinen <j@w1.fi>
Sun, 4 Dec 2011 10:46:01 +0000 (12:46 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 4 Dec 2011 10:46:01 +0000 (12:46 +0200)
Commit 34445d12eeb2eea53f50e5021e260dc0d07cbbbd forgot to convert
the hostapd_prepare_rates() inline wrapper for builds that do not
define NEED_AP_MLME.

Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/hw_features.h

index 77809e507d841c3ec5c45adeb5cd4b43fa78d8b1..abadcd137db1e8b66b1bf9ff8be4177f8ffff0e7 100644 (file)
@@ -60,7 +60,7 @@ static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
        return 0;
 }
 
-static inline int hostapd_prepare_rates(struct hostapd_data *hapd,
+static inline int hostapd_prepare_rates(struct hostapd_iface *iface,
                                        struct hostapd_hw_modes *mode)
 {
        return 0;