summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/200-multicall.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-26 13:47:00 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-27 17:22:39 +0200
commitda328f28659512419dd295a2c14419923734fa3e (patch)
tree797a68c4c259c9101ed01fe99e608e9efc9cdcf4 /package/network/services/hostapd/patches/200-multicall.patch
parent86c0a569f41c848a7f2eac5b37f5f564c265c5ce (diff)
downloadmaster-31e0f0ae-da328f28659512419dd295a2c14419923734fa3e.tar.gz
master-31e0f0ae-da328f28659512419dd295a2c14419923734fa3e.tar.bz2
master-31e0f0ae-da328f28659512419dd295a2c14419923734fa3e.zip
hostapd: backport mesh/ibss HT20/HT40 related fix
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches/200-multicall.patch')
-rw-r--r--package/network/services/hostapd/patches/200-multicall.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/hostapd/patches/200-multicall.patch b/package/network/services/hostapd/patches/200-multicall.patch
index 7d83ee8121..8b260c2383 100644
--- a/package/network/services/hostapd/patches/200-multicall.patch
+++ b/package/network/services/hostapd/patches/200-multicall.patch
@@ -258,7 +258,7 @@
struct wpa_supplicant *wpa_s;
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -4982,7 +4982,6 @@ struct wpa_interface * wpa_supplicant_ma
+@@ -4990,7 +4990,6 @@ struct wpa_interface * wpa_supplicant_ma
return NULL;
}
@@ -266,7 +266,7 @@
/**
* wpa_supplicant_match_existing - Match existing interfaces
* @global: Pointer to global data from wpa_supplicant_init()
-@@ -5019,6 +5018,11 @@ static int wpa_supplicant_match_existing
+@@ -5027,6 +5026,11 @@ static int wpa_supplicant_match_existing
#endif /* CONFIG_MATCH_IFACE */
@@ -278,7 +278,7 @@
/**
* wpa_supplicant_add_iface - Add a new network interface
-@@ -5274,6 +5278,8 @@ struct wpa_global * wpa_supplicant_init(
+@@ -5282,6 +5286,8 @@ struct wpa_global * wpa_supplicant_init(
#ifndef CONFIG_NO_WPA_MSG
wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb);
#endif /* CONFIG_NO_WPA_MSG */