aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/140-wds_sta_remove.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-03-09 17:36:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-03-09 17:36:10 +0000
commitb93bed19e1e0e23edf8078446782942243f56f06 (patch)
treed984a739012b47efbc0325f9ef6cb0ca42aa1593 /package/hostapd/patches/140-wds_sta_remove.patch
parent17efadd9ca9cbb927053e5f8b02ce76a85fcacb7 (diff)
downloadmaster-187ad058-b93bed19e1e0e23edf8078446782942243f56f06.tar.gz
master-187ad058-b93bed19e1e0e23edf8078446782942243f56f06.tar.bz2
master-187ad058-b93bed19e1e0e23edf8078446782942243f56f06.zip
hostapd: upgrade to 20100309
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20090 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/140-wds_sta_remove.patch')
-rw-r--r--package/hostapd/patches/140-wds_sta_remove.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/hostapd/patches/140-wds_sta_remove.patch b/package/hostapd/patches/140-wds_sta_remove.patch
deleted file mode 100644
index 80e036eef9..0000000000
--- a/package/hostapd/patches/140-wds_sta_remove.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/ap/sta_info.c
-+++ b/src/ap/sta_info.c
-@@ -121,7 +121,8 @@ void ap_free_sta(struct hostapd_data *ha
-
- accounting_sta_stop(hapd, sta);
-
-- hapd->drv.set_wds_sta(hapd, sta->addr, sta->aid, 0);
-+ if (sta->flags & WLAN_STA_WDS)
-+ hapd->drv.set_wds_sta(hapd, sta->addr, sta->aid, 0);
- if (!ap_sta_in_other_bss(hapd, sta, WLAN_STA_ASSOC) &&
- !(sta->flags & WLAN_STA_PREAUTH))
- hapd->drv.sta_remove(hapd, sta->addr);