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:
Ramon Moesching 2018-05-17 14:31:52 +02:00
parent 13b64fee28
commit 0e52405b91
1 changed files with 3 additions and 3 deletions

View File

@ -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
--- ../src/ap/hw_features.c
+++ ../src/ap/hw_features.c
--- a/hostapd-2.6/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)
iface->secondary_ch = iface->conf->secondary_channel;
if (!oper40) {