hostapd 40MHz patch: do_patch was not able to find the file
file path is now correct Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
13b64fee28
commit
0e52405b91
|
|
@ -1,7 +1,7 @@
|
||||||
diff --git a/../src/ap/hw_features.c b/../src/ap/hw_features.c
|
diff --git a/hostapd-2.6/src/ap/hw_features.c b/hostapd-2.6/src/ap/hw_features.c
|
||||||
index 05431d3..7458d06 100644
|
index 05431d3..7458d06 100644
|
||||||
--- ../src/ap/hw_features.c
|
--- a/hostapd-2.6/src/ap/hw_features.c
|
||||||
+++ ../src/ap/hw_features.c
|
+++ b/hostapd-2.6/src/ap/hw_features.c
|
||||||
@@ -306,10 +306,12 @@ static void ieee80211n_check_scan(struct hostapd_iface *iface)
|
@@ -306,10 +306,12 @@ static void ieee80211n_check_scan(struct hostapd_iface *iface)
|
||||||
iface->secondary_ch = iface->conf->secondary_channel;
|
iface->secondary_ch = iface->conf->secondary_channel;
|
||||||
if (!oper40) {
|
if (!oper40) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue