Fix no-NEED_AP_MLME build
Commit 34445d12ee
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>
This commit is contained in:
parent
3eeee931dd
commit
210ff0f7f3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
|
||||||
return 0;
|
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)
|
struct hostapd_hw_modes *mode)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue