From: Felix Fietkau Date: Tue, 18 May 2021 13:51:00 +0000 (+0200) Subject: hostapd: add missing inline stubs for ubus vlan event support X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=33c69aee4185a38f1ca542d236186450b81962d0;p=openwrt%2Fstaging%2Fynezz.git hostapd: add missing inline stubs for ubus vlan event support Only used when building without ubus support Signed-off-by: Felix Fietkau --- diff --git a/package/network/services/hostapd/src/src/ap/ubus.h b/package/network/services/hostapd/src/src/ap/ubus.h index de0d1182fd..f746c86e4f 100644 --- a/package/network/services/hostapd/src/src/ap/ubus.h +++ b/package/network/services/hostapd/src/src/ap/ubus.h @@ -76,6 +76,14 @@ static inline void hostapd_ubus_free_bss(struct hostapd_data *hapd) { } +static inline void hostapd_ubus_add_vlan(struct hostapd_data *hapd, struct hostapd_vlan *vlan) +{ +} + +static inline void hostapd_ubus_remove_vlan(struct hostapd_data *hapd, struct hostapd_vlan *vlan) +{ +} + static inline int hostapd_ubus_handle_event(struct hostapd_data *hapd, struct hostapd_ubus_request *req) { return 0;