diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-07-19 17:13:25 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 09:49:40 +0100 |
commit | e5c46a112beda48cbef5c15d3b4dfca47570b84e (patch) | |
tree | 88bd328b4f9bfb25133d95a9470590a6502a6b8c /package/network/services/hostapd/src | |
parent | aa3e4d56c6a569cd230a0463200ca50102f031db (diff) | |
download | upstream-e5c46a112beda48cbef5c15d3b4dfca47570b84e.tar.gz upstream-e5c46a112beda48cbef5c15d3b4dfca47570b84e.tar.bz2 upstream-e5c46a112beda48cbef5c15d3b4dfca47570b84e.zip |
hostapd: remove unused struct hostapd_ubus_iface
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(backported from f0ac9afe695ed297caf093f02144b2adf04bca87)
Diffstat (limited to 'package/network/services/hostapd/src')
-rw-r--r-- | package/network/services/hostapd/src/src/ap/ubus.h | 6 |
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) |