aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-30 20:27:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-30 20:27:38 +0000
commit5cdd493473fc1782720eaeee1148168d04f51c38 (patch)
tree11a5dd41eb4a020a00621330c85985eb556ca1b4 /package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch
parent0abf3d1380445d41e359019ad544a3ddcaf8cc03 (diff)
downloadupstream-5cdd493473fc1782720eaeee1148168d04f51c38.tar.gz
upstream-5cdd493473fc1782720eaeee1148168d04f51c38.tar.bz2
upstream-5cdd493473fc1782720eaeee1148168d04f51c38.zip
hostapd: update to latest git version
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch')
-rw-r--r--package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch b/package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch
index a7b39dbe89..d64b206574 100644
--- a/package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch
+++ b/package/network/services/hostapd/patches/540-dynamic_20_40_mhz.patch
@@ -1,6 +1,6 @@
--- a/hostapd/config_file.c
+++ b/hostapd/config_file.c
-@@ -2474,6 +2474,10 @@ static int hostapd_config_fill(struct ho
+@@ -2488,6 +2488,10 @@ static int hostapd_config_fill(struct ho
"ht_capab", line);
errors++;
}
@@ -13,7 +13,7 @@
#endif /* CONFIG_IEEE80211N */
--- a/src/ap/ap_config.h
+++ b/src/ap/ap_config.h
-@@ -515,6 +515,7 @@ struct hostapd_config {
+@@ -519,6 +519,7 @@ struct hostapd_config {
int ieee80211n;
int secondary_channel;
int require_ht;
@@ -41,7 +41,7 @@
os_free(iface->current_rates);
--- a/src/ap/hostapd.h
+++ b/src/ap/hostapd.h
-@@ -269,6 +269,9 @@ struct hostapd_iface {
+@@ -274,6 +274,9 @@ struct hostapd_iface {
/* Overlapping BSS information */
int olbc_ht;
@@ -53,7 +53,7 @@
};
--- a/src/ap/ieee802_11.c
+++ b/src/ap/ieee802_11.c
-@@ -1484,6 +1484,9 @@ static void handle_beacon(struct hostapd
+@@ -1513,6 +1513,9 @@ static void handle_beacon(struct hostapd
sizeof(mgmt->u.beacon)), &elems,
0);