projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/madwifi: enable mtu & mac config options for > 2.6.29 kernels
[openwrt.git]
/
package
/
hostapd
/
patches
/
400-nl80211_sta_auth.patch
diff --git
a/package/hostapd/patches/400-nl80211_sta_auth.patch
b/package/hostapd/patches/400-nl80211_sta_auth.patch
index
8c95906
..
41c68c0
100644
(file)
--- a/
package/hostapd/patches/400-nl80211_sta_auth.patch
+++ b/
package/hostapd/patches/400-nl80211_sta_auth.patch
@@
-1,6
+1,6
@@
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -54
3,10 +543
,16 @@ void wpa_supplicant_set_state(struct wpa
+@@ -54
5,10 +545
,16 @@ void wpa_supplicant_set_state(struct wpa
wpa_s->reassociated_connection = 1;
wpa_drv_set_operstate(wpa_s, 1);
wpa_s->after_wps = 0;
wpa_s->reassociated_connection = 1;
wpa_drv_set_operstate(wpa_s, 1);
wpa_s->after_wps = 0;
This page took
0.023716 seconds
and
4
git commands to generate.