From 4225e4b2d8fe131d93df97916b77910c0906c1ad Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 27 Mar 2012 10:42:47 +0000 Subject: hostapd: update to 20120326 SVN-Revision: 31080 --- package/hostapd/patches/720-fix_wps_pin_crash.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/hostapd/patches/720-fix_wps_pin_crash.patch (limited to 'package/hostapd/patches/720-fix_wps_pin_crash.patch') 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'; -- cgit v1.2.3