summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/360-sta_nodes.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-10-14 12:29:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-10-14 12:29:14 +0000
commit8ec25f13de2ccf35f4d8baa35585b0f720fdf37b (patch)
tree185e5f8a2d56c6d63d6b06f1fc2a44faec19caa0 /package/madwifi/patches/360-sta_nodes.patch
parent3830b905e323af2da404584e27da92803ab06005 (diff)
downloadmaster-31e0f0ae-8ec25f13de2ccf35f4d8baa35585b0f720fdf37b.tar.gz
master-31e0f0ae-8ec25f13de2ccf35f4d8baa35585b0f720fdf37b.tar.bz2
master-31e0f0ae-8ec25f13de2ccf35f4d8baa35585b0f720fdf37b.zip
madwifi: add sta mode idle reassoc fix (#4091)
SVN-Revision: 12981
Diffstat (limited to 'package/madwifi/patches/360-sta_nodes.patch')
-rw-r--r--package/madwifi/patches/360-sta_nodes.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/madwifi/patches/360-sta_nodes.patch b/package/madwifi/patches/360-sta_nodes.patch
index c3819103db..f1151ac40a 100644
--- a/package/madwifi/patches/360-sta_nodes.patch
+++ b/package/madwifi/patches/360-sta_nodes.patch
@@ -51,15 +51,6 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
vap->iv_flags &= ~IEEE80211_F_SIBSS; /* XXX */
if (ic->ic_roaming == IEEE80211_ROAMING_AUTO)
ieee80211_check_scan(vap,
-@@ -1484,7 +1487,7 @@
- vap->iv_state = ostate; /* stay RUN */
- break;
- case IEEE80211_FC0_SUBTYPE_DEAUTH:
-- ieee80211_sta_leave(ni);
-+ ieee80211_node_leave(ni);
- if (ic->ic_roaming == IEEE80211_ROAMING_AUTO) {
- /* try to reauth */
- IEEE80211_SEND_MGMT(ni,
@@ -1511,7 +1514,7 @@
IEEE80211_FC0_SUBTYPE_ASSOC_REQ, 0);
break;