summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-06 17:59:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-06 17:59:05 +0000
commit76ca564e79fe8a24bcbbf978e5095a1b605dab6c (patch)
treecb3e00e248945b005b3ea712890c652ac551d826 /package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch
parent22e012bad8988dd61221beb362113875bf75e715 (diff)
downloadmtk-20170518-76ca564e79fe8a24bcbbf978e5095a1b605dab6c.zip
mtk-20170518-76ca564e79fe8a24bcbbf978e5095a1b605dab6c.tar.gz
mtk-20170518-76ca564e79fe8a24bcbbf978e5095a1b605dab6c.tar.bz2
hostapd: Refresh patches
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> SVN-Revision: 37731
Diffstat (limited to 'package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch')
-rw-r--r--package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch b/package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch
index c34b440..d6baddb 100644
--- a/package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch
+++ b/package/network/services/hostapd/patches/300-nl80211_multicall_fixes.patch
@@ -47,13 +47,13 @@
dynamic_if = drv->ifindex == drv->global->if_add_ifindex;
dynamic_if = dynamic_if || drv->global->if_add_wdevid_set;
- drv->global->if_add_wdevid_set = 0;
-
+-
- if (wpa_driver_nl80211_capa(drv))
- return -1;
-
- wpa_printf(MSG_DEBUG, "nl80211: interface %s in phy %s",
- bss->ifname, drv->phyname);
--
+
-#ifndef HOSTAPD
if (dynamic_if)
nlmode = nl80211_get_ifmode(bss);