index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
hostapd
/
patches
/
720-fix_wps_pin_crash.patch
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2012-03-27 10:42:47 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2012-03-27 10:42:47 +0000
commit
4225e4b2d8fe131d93df97916b77910c0906c1ad
(
patch
)
tree
52a27698f502489b680f8bdca34d9df20b95d8a6
/
package/hostapd/patches/720-fix_wps_pin_crash.patch
parent
35607da5b8150cb2d10e0e5e9c521f19ca47f677
(
diff
)
hostapd: update to 20120326
SVN-Revision: 31080
Diffstat
(limited to 'package/hostapd/patches/720-fix_wps_pin_crash.patch')
-rw-r--r--
package/hostapd/patches/720-fix_wps_pin_crash.patch
12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/hostapd/patches/720-fix_wps_pin_crash.patch b/package/hostapd/patches/720-fix_wps_pin_crash.patch
deleted file mode 100644
index e1a3184d64..0000000000
--- a/
package/hostapd/patches/720-fix_wps_pin_crash.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/hostapd/ctrl_iface.c
-+++ b/hostapd/ctrl_iface.c
-@@ -514,6 +514,9 @@ static int hostapd_ctrl_iface_wps_ap_pin
- char *pos;
- const char *pin_txt;
-
-+ if (!hapd->wps)
-+ return -1;
-+
- pos = os_strchr(txt, ' ');
- if (pos)
- *pos++ = '\0';