aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/560-indicate-features.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-22 13:24:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-22 13:24:48 +0000
commita1e5d209daca30a86a99a56e1368ad04194b190e (patch)
tree4ef3e4c703a9083baedd383a01ca7cbe5cf59ca4 /package/network/services/hostapd/patches/560-indicate-features.patch
parenta707ec7ca3ef932ab8d1ba8caf1d14ee22fa21e2 (diff)
downloadupstream-a1e5d209daca30a86a99a56e1368ad04194b190e.tar.gz
upstream-a1e5d209daca30a86a99a56e1368ad04194b190e.tar.bz2
upstream-a1e5d209daca30a86a99a56e1368ad04194b190e.zip
hostapd: update to 2013-04-05
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/patches/560-indicate-features.patch')
-rw-r--r--package/network/services/hostapd/patches/560-indicate-features.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/network/services/hostapd/patches/560-indicate-features.patch b/package/network/services/hostapd/patches/560-indicate-features.patch
index d01e18b862..9073bd43a0 100644
--- a/package/network/services/hostapd/patches/560-indicate-features.patch
+++ b/package/network/services/hostapd/patches/560-indicate-features.patch
@@ -1,6 +1,6 @@
--- a/hostapd/main.c
+++ b/hostapd/main.c
-@@ -13,6 +13,7 @@
+@@ -14,6 +14,7 @@
#include "utils/common.h"
#include "utils/eloop.h"
@@ -8,16 +8,16 @@
#include "crypto/random.h"
#include "crypto/tls.h"
#include "common/version.h"
-@@ -560,7 +561,7 @@ int main(int argc, char *argv[])
+@@ -584,7 +585,7 @@ int main(int argc, char *argv[])
wpa_supplicant_event = hostapd_wpa_event;
for (;;) {
-- c = getopt(argc, argv, "Bde:f:hKP:tvg:");
-+ c = getopt(argc, argv, "Bde:f:hKP:tg:v::");
+- c = getopt(argc, argv, "Bde:f:hKP:tvg:G:");
++ c = getopt(argc, argv, "Bde:f:hKP:tg:G:v::");
if (c < 0)
break;
switch (c) {
-@@ -592,6 +593,8 @@ int main(int argc, char *argv[])
+@@ -616,6 +617,8 @@ int main(int argc, char *argv[])
wpa_debug_timestamp++;
break;
case 'v':