mac80211, hostapd, iw, ...: update to LEDE b2ddfbc1c7b935cf931b4c336969b65947270ce9

This commit is contained in:
Matthias Schiffer 2016-07-29 21:39:39 +02:00 committed by Christof Schulze
parent 8cf21e1447
commit 95cb9effc5
2 changed files with 3757 additions and 8 deletions

View File

@ -8,15 +8,15 @@ adapter (they would lose their configuration).
As a temporary fix, disable this channel switch function. As a temporary fix, disable this channel switch function.
diff --git a/package/network/services/hostapd/patches/470-no_channel_switch.patch b/package/network/services/hostapd/patches/470-no_channel_switch.patch diff --git a/package/network/services/hostapd/patches/900-no_channel_switch.patch b/package/network/services/hostapd/patches/900-no_channel_switch.patch
new file mode 100644 new file mode 100644
index 0000000..2eb1d7e index 0000000..c614515
--- /dev/null --- /dev/null
+++ b/package/network/services/hostapd/patches/470-no_channel_switch.patch +++ b/package/network/services/hostapd/patches/900-no_channel_switch.patch
@@ -0,0 +1,68 @@ @@ -0,0 +1,68 @@
+--- a/src/common/hw_features_common.c +--- a/src/common/hw_features_common.c
++++ b/src/common/hw_features_common.c ++++ b/src/common/hw_features_common.c
+@@ -172,7 +172,6 @@ int check_40mhz_5g(struct hostapd_hw_mod +@@ -171,7 +171,6 @@ int check_40mhz_5g(struct hostapd_hw_mod
+ struct wpa_scan_results *scan_res, int pri_chan, + struct wpa_scan_results *scan_res, int pri_chan,
+ int sec_chan) + int sec_chan)
+ { + {
@ -24,8 +24,8 @@ index 0000000..2eb1d7e
+ int bss_pri_chan, bss_sec_chan; + int bss_pri_chan, bss_sec_chan;
+ size_t i; + size_t i;
+ int match; + int match;
+@@ -183,57 +182,6 @@ int check_40mhz_5g(struct hostapd_hw_mod +@@ -180,57 +179,6 @@ int check_40mhz_5g(struct hostapd_hw_mod
+ if (pri_chan == sec_chan) + pri_chan == sec_chan)
+ return 0; + return 0;
+ +
+- pri_freq = hw_get_freq(mode, pri_chan); +- pri_freq = hw_get_freq(mode, pri_chan);