aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/553-ap_sta_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-23 21:34:35 +0000
commitd7bdfca6d0879280b8b6f4e5e2f6e9086421a982 (patch)
tree4b4d4d0aeceee1ad8bfef80bc498a0bb078f91a0 /package/hostapd/patches/553-ap_sta_support.patch
parentedfcbe5705a9d1ce7d21f7bf7460593447875822 (diff)
downloadupstream-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.gz
upstream-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.tar.bz2
upstream-d7bdfca6d0879280b8b6f4e5e2f6e9086421a982.zip
hostapd: update to 2011-04-21
SVN-Revision: 26749
Diffstat (limited to 'package/hostapd/patches/553-ap_sta_support.patch')
-rw-r--r--package/hostapd/patches/553-ap_sta_support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/553-ap_sta_support.patch b/package/hostapd/patches/553-ap_sta_support.patch
index 734aa04344..dfc24c42c4 100644
--- a/package/hostapd/patches/553-ap_sta_support.patch
+++ b/package/hostapd/patches/553-ap_sta_support.patch
@@ -107,7 +107,7 @@
wpa_s->new_connection = 1;
wpa_drv_set_operstate(wpa_s, 0);
#ifndef IEEE8021X_EAPOL
-@@ -2154,6 +2211,21 @@ static int wpa_supplicant_init_iface(str
+@@ -2157,6 +2214,21 @@ static int wpa_supplicant_init_iface(str
os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname,
sizeof(wpa_s->bridge_ifname));
}