aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2018-07-19 17:13:25 +0200
committerFelix Fietkau <nbd@nbd.name>2018-07-22 17:17:20 +0200
commitf0ac9afe695ed297caf093f02144b2adf04bca87 (patch)
tree15bdf1dbb92022046a29c585b487c50e04a18cdf /package/network/services/hostapd/patches
parentda9d760ea1c0450e9e6b1c0cdd5331e633c75887 (diff)
downloadupstream-f0ac9afe695ed297caf093f02144b2adf04bca87.tar.gz
upstream-f0ac9afe695ed297caf093f02144b2adf04bca87.tar.bz2
upstream-f0ac9afe695ed297caf093f02144b2adf04bca87.zip
hostapd: remove unused struct hostapd_ubus_iface
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches')
-rw-r--r--package/network/services/hostapd/patches/600-ubus_support.patch11
1 files changed, 1 insertions, 10 deletions
diff --git a/package/network/services/hostapd/patches/600-ubus_support.patch b/package/network/services/hostapd/patches/600-ubus_support.patch
index 022f02d0f1..a4c4a67fc3 100644
--- a/package/network/services/hostapd/patches/600-ubus_support.patch
+++ b/package/network/services/hostapd/patches/600-ubus_support.patch
@@ -30,16 +30,7 @@
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);