diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-07-23 18:34:00 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-07-30 16:27:44 +0100 |
commit | 34705946e2e98d96bd3562ea0bd8a34a0aeba456 (patch) | |
tree | 5796975da180603ee37ec9466a831e85f38f0eeb /package/network/services/hostapd/patches/700-wifi-reload.patch | |
parent | 68ac3f2cddab8422d7de0ce1a78d23edf29012e7 (diff) | |
download | upstream-34705946e2e98d96bd3562ea0bd8a34a0aeba456.tar.gz upstream-34705946e2e98d96bd3562ea0bd8a34a0aeba456.tar.bz2 upstream-34705946e2e98d96bd3562ea0bd8a34a0aeba456.zip |
hostapd: update mesh DFS patches and add mesh HE support
Drop outdated and by now broken patchset originally supplied by
Peter Oh in August 2018 but never merged upstream.
Instead add the more promissing rework recently submitted by
Markus Theil who picked up Peter's patchset, fixed and completed it
and added support for HE (802.11ax) in mesh mode.
This is only compile tested and needs some real-life testing.
Fixes: FS#3214
Fixes: 167028b750 ("hostapd: Update to version 2.9 (2019-08-08)")
Fixes: 0a3ec87a66 ("hostapd: update to latest Git hostap_2_9-1238-gdd2daf0848ed")
Fixes: 017320ead3 ("hostapd: bring back mesh patches")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/network/services/hostapd/patches/700-wifi-reload.patch')
-rw-r--r-- | package/network/services/hostapd/patches/700-wifi-reload.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/700-wifi-reload.patch b/package/network/services/hostapd/patches/700-wifi-reload.patch index 8949789204..4acf4aaa06 100644 --- a/package/network/services/hostapd/patches/700-wifi-reload.patch +++ b/package/network/services/hostapd/patches/700-wifi-reload.patch @@ -163,7 +163,7 @@ int interface_added; /* virtual interface added for this BSS */ unsigned int started:1; unsigned int disabled:1; -@@ -597,7 +598,7 @@ struct hostapd_iface { +@@ -600,7 +601,7 @@ struct hostapd_iface { int hostapd_for_each_interface(struct hapd_interfaces *interfaces, int (*cb)(struct hostapd_iface *iface, void *ctx), void *ctx); |