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 | 83cdf40c1673013b62745f82fcbe58f27204c5ac (patch) | |
tree | 800ca0dcec4e11161877ecb66721941b61e135c7 /package/hostapd/patches/530-rescan_immediately.patch | |
parent | 70cc161e6fa7c7e71787762c295a04a9a2405a22 (diff) | |
download | upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.tar.gz upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.tar.bz2 upstream-83cdf40c1673013b62745f82fcbe58f27204c5ac.zip |
hostapd: update to 20110402, fixes issues with non-QoS clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/530-rescan_immediately.patch')
-rw-r--r-- | package/hostapd/patches/530-rescan_immediately.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch index b6efbb8d0c..0c8d846109 100644 --- a/package/hostapd/patches/530-rescan_immediately.patch +++ b/package/hostapd/patches/530-rescan_immediately.patch @@ -1,6 +1,6 @@ --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c -@@ -953,7 +953,7 @@ static int _wpa_supplicant_event_scan_re +@@ -958,7 +958,7 @@ static int _wpa_supplicant_event_scan_re wpa_dbg(wpa_s, MSG_DEBUG, "Setup a new network"); wpa_supplicant_associate(wpa_s, NULL, ssid); } else { |