diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-26 05:31:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-26 05:31:18 +0000 |
commit | 3f3b9a86a32ef2a2e06be4e4fab9c5283c78f1ca (patch) | |
tree | 418fc077d6a4054eca8247a1ceba16d7ff0bb752 /package/madwifi/patches/393-mbss_vap_auth.patch | |
parent | 19f8937c77871bf79469c16abe61584a8c5c9ed8 (diff) | |
download | upstream-3f3b9a86a32ef2a2e06be4e4fab9c5283c78f1ca.tar.gz upstream-3f3b9a86a32ef2a2e06be4e4fab9c5283c78f1ca.tar.bz2 upstream-3f3b9a86a32ef2a2e06be4e4fab9c5283c78f1ca.zip |
madwifi: add back a missing part of the mbss vap refactoring
SVN-Revision: 14197
Diffstat (limited to 'package/madwifi/patches/393-mbss_vap_auth.patch')
-rw-r--r-- | package/madwifi/patches/393-mbss_vap_auth.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/madwifi/patches/393-mbss_vap_auth.patch b/package/madwifi/patches/393-mbss_vap_auth.patch index ad817a0836..c887336fb6 100644 --- a/package/madwifi/patches/393-mbss_vap_auth.patch +++ b/package/madwifi/patches/393-mbss_vap_auth.patch @@ -182,7 +182,7 @@ IEEE80211_NODE_TABLE_UNLOCK_IRQ(nt); if (ni == NULL) { -@@ -1961,13 +2012,29 @@ remove_worse_nodes(void *arg, struct iee +@@ -1961,13 +2012,32 @@ remove_worse_nodes(void *arg, struct iee } } @@ -197,6 +197,9 @@ + if (ni->ni_vap == rni->ni_vap) + return; + ++ if (!IEEE80211_ADDR_EQ(rni->ni_macaddr, ni->ni_macaddr)) ++ return; ++ + ieee80211_node_leave(ni); +} + |