projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b9afa6
)
hostapd: restore wds sta state after the sta reassociates
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 9 Mar 2010 21:33:24 +0000
(21:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 9 Mar 2010 21:33:24 +0000
(21:33 +0000)
SVN-Revision: 20108
package/hostapd/patches/350-wds_fix.patch
patch
|
blob
|
history
diff --git
a/package/hostapd/patches/350-wds_fix.patch
b/package/hostapd/patches/350-wds_fix.patch
index a292dddaa2f7b82345245e30ae488c5c64243fe5..57bbafb88a532c2bf69826809603fc0c7407bd27 100644
(file)
--- a/
package/hostapd/patches/350-wds_fix.patch
+++ b/
package/hostapd/patches/350-wds_fix.patch
@@
-14,3
+14,15
@@
linux_set_iface_flags(drv->ioctl_sock, name, 1);
return i802_set_sta_vlan(priv, addr, name, 0);
} else {
+--- a/src/ap/ieee802_11.c
++++ b/src/ap/ieee802_11.c
+@@ -1559,6 +1559,9 @@ static void handle_assoc_cb(struct hosta
+ "Could not add STA to kernel driver");
+ }
+
++ if (sta->flags & WLAN_STA_WDS)
++ hapd->drv.set_wds_sta(hapd, sta->addr, sta->aid, 1);
++
+ if (sta->eapol_sm == NULL) {
+ /*
+ * This STA does not use RADIUS server for EAP authentication,