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/510-multicall.patch | |
parent | f4aef6d5534e65a7c1bce7a118168ff5e85f0f75 (diff) | |
download | upstream-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.gz upstream-8807b396cea23d9d4f2b08583f59b076e59efbb5.tar.bz2 upstream-8807b396cea23d9d4f2b08583f59b076e59efbb5.zip |
hostapd: update to 20110402, fixes issues with non-QoS clients
SVN-Revision: 26414
Diffstat (limited to 'package/hostapd/patches/510-multicall.patch')
-rw-r--r-- | package/hostapd/patches/510-multicall.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/hostapd/patches/510-multicall.patch b/package/hostapd/patches/510-multicall.patch index e705792cd6..ec4fb9b9b0 100644 --- a/package/hostapd/patches/510-multicall.patch +++ b/package/hostapd/patches/510-multicall.patch @@ -132,7 +132,7 @@ wpa_cli.exe: wpa_cli --- a/src/drivers/driver.h +++ b/src/drivers/driver.h -@@ -3169,8 +3169,8 @@ union wpa_event_data { +@@ -3186,8 +3186,8 @@ union wpa_event_data { * Driver wrapper code should call this function whenever an event is received * from the driver. */ @@ -179,7 +179,7 @@ for (;;) { --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c -@@ -1718,8 +1718,8 @@ static void wpa_supplicant_event_unprot_ +@@ -1734,8 +1734,8 @@ static void wpa_supplicant_event_unprot_ } @@ -192,7 +192,7 @@ u16 reason_code = 0; --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -2313,6 +2313,9 @@ static void wpa_supplicant_deinit_iface( +@@ -2311,6 +2311,9 @@ static void wpa_supplicant_deinit_iface( wpa_drv_deinit(wpa_s); } @@ -202,7 +202,7 @@ /** * wpa_supplicant_add_iface - Add a new network interface -@@ -2496,6 +2499,7 @@ struct wpa_global * wpa_supplicant_init( +@@ -2494,6 +2497,7 @@ struct wpa_global * wpa_supplicant_init( wpa_msg_register_ifname_cb(wpa_supplicant_msg_ifname_cb); #endif /* CONFIG_NO_WPA_MSG */ @@ -212,7 +212,7 @@ wpa_debug_open_syslog(); --- a/hostapd/main.c +++ b/hostapd/main.c -@@ -491,6 +491,9 @@ static const char * hostapd_msg_ifname_c +@@ -501,6 +501,9 @@ static const char * hostapd_msg_ifname_c return NULL; } @@ -222,7 +222,7 @@ int main(int argc, char *argv[]) { -@@ -503,6 +506,7 @@ int main(int argc, char *argv[]) +@@ -513,6 +516,7 @@ int main(int argc, char *argv[]) if (os_program_init()) return -1; |