diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-11 22:39:19 +0000 |
commit | 814af8484ea438eaa7f72146f7ba51b0bf50751a (patch) | |
tree | 39177197faf7a05e5f5cb08e6919f8adbb9aa41f /package/hostapd/patches/553-ap_sta_support.patch | |
parent | d9d3dfe9837f9234cfe4eee98d2e3fa1d25074d1 (diff) | |
download | upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.gz upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.tar.bz2 upstream-814af8484ea438eaa7f72146f7ba51b0bf50751a.zip |
hostapd: update to 2010-11-11
SVN-Revision: 23969
Diffstat (limited to 'package/hostapd/patches/553-ap_sta_support.patch')
-rw-r--r-- | package/hostapd/patches/553-ap_sta_support.patch | 2 |
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 765fdff9c9..82ca043fc1 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 -@@ -2027,6 +2084,21 @@ static int wpa_supplicant_init_iface(str +@@ -2033,6 +2090,21 @@ static int wpa_supplicant_init_iface(str os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname, sizeof(wpa_s->bridge_ifname)); } |