hostapd: remove unused struct hostapd_ubus_iface
authorFelix Fietkau <nbd@nbd.name>
Thu, 19 Jul 2018 15:13:25 +0000 (17:13 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sun, 22 Jul 2018 15:17:20 +0000 (17:17 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/services/hostapd/patches/600-ubus_support.patch
package/network/services/hostapd/src/src/ap/ubus.h

index 022f02d0f1e297c327601fd27bcd7158f1791d45..a4c4a67fc34d69d631435c4aac62c57588769021 100644 (file)
        int interface_added; /* virtual interface added for this BSS */
        unsigned int started:1;
        unsigned int disabled:1;
-@@ -392,6 +394,8 @@ struct hostapd_iface {
-       struct hostapd_config *conf;
-       char phy[16]; /* Name of the PHY (radio) */
-+      struct hostapd_ubus_iface ubus;
-+
-       enum hostapd_iface_state {
-               HAPD_IFACE_UNINITIALIZED,
-               HAPD_IFACE_DISABLED,
-@@ -544,6 +548,7 @@ hostapd_alloc_bss_data(struct hostapd_if
+@@ -544,6 +546,7 @@ hostapd_alloc_bss_data(struct hostapd_if
                       struct hostapd_bss_config *bss);
  int hostapd_setup_interface(struct hostapd_iface *iface);
  int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err);
index e3ff981c7dccf6886951371f1c5d18548b662907..ca63b34cb71dc218e1ba41824978b55136fe21f8 100644 (file)
@@ -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)