aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/src
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/src')
-rw-r--r--package/network/services/hostapd/src/src/ap/ubus.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/network/services/hostapd/src/src/ap/ubus.h b/package/network/services/hostapd/src/src/ap/ubus.h
index e3ff981c7d..ca63b34cb7 100644
--- a/package/network/services/hostapd/src/src/ap/ubus.h
+++ b/package/network/services/hostapd/src/src/ap/ubus.h
@@ -30,10 +30,6 @@ struct hostapd_data;
#include <libubox/avl.h>
#include <libubus.h>
-struct hostapd_ubus_iface {
- struct ubus_object obj;
-};
-
struct hostapd_ubus_bss {
struct ubus_object obj;
struct avl_tree banned;
@@ -50,8 +46,6 @@ void hostapd_ubus_notify(struct hostapd_data *hapd, const char *type, const u8 *
#else
-struct hostapd_ubus_iface {};
-
struct hostapd_ubus_bss {};
static inline void hostapd_ubus_add_iface(struct hostapd_iface *iface)