aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/560-indicate-features.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-13 12:38:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-13 12:38:51 +0000
commit5d57cd2414dbfad491943e83a0e42e229f297977 (patch)
tree8503ead2c3bd47cd5e85f1023254439a32dca9f4 /package/hostapd/patches/560-indicate-features.patch
parentdac5ed38b63d31c26339916517c27b30dc8ab1c6 (diff)
downloadupstream-5d57cd2414dbfad491943e83a0e42e229f297977.tar.gz
upstream-5d57cd2414dbfad491943e83a0e42e229f297977.tar.bz2
upstream-5d57cd2414dbfad491943e83a0e42e229f297977.zip
hostapd: update to 2012-09-10
SVN-Revision: 33392
Diffstat (limited to 'package/hostapd/patches/560-indicate-features.patch')
-rw-r--r--package/hostapd/patches/560-indicate-features.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/hostapd/patches/560-indicate-features.patch b/package/hostapd/patches/560-indicate-features.patch
index 257928c746..d01e18b862 100644
--- a/package/hostapd/patches/560-indicate-features.patch
+++ b/package/hostapd/patches/560-indicate-features.patch
@@ -8,16 +8,16 @@
#include "crypto/random.h"
#include "crypto/tls.h"
#include "common/version.h"
-@@ -551,7 +552,7 @@ int main(int argc, char *argv[])
+@@ -560,7 +561,7 @@ int main(int argc, char *argv[])
wpa_supplicant_event = hostapd_wpa_event;
for (;;) {
-- c = getopt(argc, argv, "Bde:f:hKP:tv");
-+ c = getopt(argc, argv, "Bde:f:hKP:tv::");
+- c = getopt(argc, argv, "Bde:f:hKP:tvg:");
++ c = getopt(argc, argv, "Bde:f:hKP:tg:v::");
if (c < 0)
break;
switch (c) {
-@@ -583,6 +584,8 @@ int main(int argc, char *argv[])
+@@ -592,6 +593,8 @@ int main(int argc, char *argv[])
wpa_debug_timestamp++;
break;
case 'v':
@@ -36,7 +36,7 @@
#include "wpa_supplicant_i.h"
#include "driver_i.h"
-@@ -145,7 +146,7 @@ int main(int argc, char *argv[])
+@@ -156,7 +157,7 @@ int main(int argc, char *argv[])
for (;;) {
c = getopt(argc, argv,
@@ -45,7 +45,7 @@
if (c < 0)
break;
switch (c) {
-@@ -237,8 +238,12 @@ int main(int argc, char *argv[])
+@@ -248,8 +249,12 @@ int main(int argc, char *argv[])
break;
#endif /* CONFIG_DBUS */
case 'v':