From: Jouni Malinen Date: Sun, 4 Dec 2011 10:46:01 +0000 (+0200) Subject: Fix no-NEED_AP_MLME build X-Git-Tag: aosp-jb-start~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=210ff0f7f307621e8c14b2f3ee93b479d9deaef4;p=thirdparty%2Fhostap.git Fix no-NEED_AP_MLME build Commit 34445d12eeb2eea53f50e5021e260dc0d07cbbbd forgot to convert the hostapd_prepare_rates() inline wrapper for builds that do not define NEED_AP_MLME. Signed-hostap: Jouni Malinen --- diff --git a/src/ap/hw_features.h b/src/ap/hw_features.h index 77809e507..abadcd137 100644 --- a/src/ap/hw_features.h +++ b/src/ap/hw_features.h @@ -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;