diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 19:44:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 19:44:47 +0000 |
commit | 8807b396cea23d9d4f2b08583f59b076e59efbb5 (patch) | |
tree | 3676a81622bd4730bf194beb47982670829b599b /package/hostapd/patches/553-ap_sta_support.patch | |
parent | f4aef6d5534e65a7c1bce7a118168ff5e85f0f75 (diff) | |
download | mtk-20170518-8807b396cea23d9d4f2b08583f59b076e59efbb5.zip mtk-20170518-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.gz mtk-20170518-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.bz2 |
hostapd: update to 20110402, fixes issues with non-QoS clients
SVN-Revision: 26414
Diffstat (limited to 'package/hostapd/patches/553-ap_sta_support.patch')
-rw-r--r-- | package/hostapd/patches/553-ap_sta_support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/hostapd/patches/553-ap_sta_support.patch b/package/hostapd/patches/553-ap_sta_support.patch index d94808e..734aa04 100644 --- a/package/hostapd/patches/553-ap_sta_support.patch +++ b/package/hostapd/patches/553-ap_sta_support.patch @@ -34,7 +34,7 @@ --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -122,6 +122,55 @@ extern int wpa_debug_show_keys; +@@ -123,6 +123,55 @@ extern int wpa_debug_show_keys; extern int wpa_debug_timestamp; extern struct wpa_driver_ops *wpa_drivers[]; @@ -90,7 +90,7 @@ /* Configure default/group WEP keys for static WEP */ int wpa_set_wep_keys(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid) { -@@ -597,8 +646,16 @@ void wpa_supplicant_set_state(struct wpa +@@ -598,8 +647,16 @@ void wpa_supplicant_set_state(struct wpa #ifdef CONFIG_P2P wpas_p2p_completed(wpa_s); #endif /* CONFIG_P2P */ @@ -107,7 +107,7 @@ wpa_s->new_connection = 1; wpa_drv_set_operstate(wpa_s, 0); #ifndef IEEE8021X_EAPOL -@@ -2148,6 +2205,21 @@ static int wpa_supplicant_init_iface(str +@@ -2154,6 +2211,21 @@ static int wpa_supplicant_init_iface(str os_strlcpy(wpa_s->bridge_ifname, iface->bridge_ifname, sizeof(wpa_s->bridge_ifname)); } |