summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/100-mesh_mode_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/100-mesh_mode_fix.patch')
-rw-r--r--package/network/services/hostapd/patches/100-mesh_mode_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/network/services/hostapd/patches/100-mesh_mode_fix.patch b/package/network/services/hostapd/patches/100-mesh_mode_fix.patch
deleted file mode 100644
index ceb4c53afa..0000000000
--- a/package/network/services/hostapd/patches/100-mesh_mode_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/drivers/driver_nl80211.c
-+++ b/src/drivers/driver_nl80211.c
-@@ -2332,7 +2332,8 @@ wpa_driver_nl80211_finish_drv_init(struc
-
- if (drv->hostapd || bss->static_ap)
- nlmode = NL80211_IFTYPE_AP;
-- else if (bss->if_dynamic)
-+ else if (bss->if_dynamic ||
-+ nl80211_get_ifmode(bss) == NL80211_IFTYPE_MESH_POINT)
- nlmode = nl80211_get_ifmode(bss);
- else
- nlmode = NL80211_IFTYPE_STATION;