aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/350-wds_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-04-24 17:24:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-04-24 17:24:07 +0000
commit2b3ae4b005adb08202aace4fdbbb1f221d862323 (patch)
tree0921d6553b15595b2082f7a4e738a92f34204ce1 /package/hostapd/patches/350-wds_fix.patch
parent80ebf07db28b948261d103211318596e40160873 (diff)
downloadupstream-2b3ae4b005adb08202aace4fdbbb1f221d862323.tar.gz
upstream-2b3ae4b005adb08202aace4fdbbb1f221d862323.tar.bz2
upstream-2b3ae4b005adb08202aace4fdbbb1f221d862323.zip
hostapd: update to 20100418 (0.7.2)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21142 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/350-wds_fix.patch')
-rw-r--r--package/hostapd/patches/350-wds_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/350-wds_fix.patch b/package/hostapd/patches/350-wds_fix.patch
index 57bbafb88a..7bcf410a98 100644
--- a/package/hostapd/patches/350-wds_fix.patch
+++ b/package/hostapd/patches/350-wds_fix.patch
@@ -1,6 +1,6 @@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -4435,9 +4435,11 @@ static int i802_set_wds_sta(void *priv,
+@@ -4576,9 +4576,11 @@ static int i802_set_wds_sta(void *priv,
wpa_printf(MSG_DEBUG, "nl80211: Set WDS STA addr=" MACSTR
" aid=%d val=%d name=%s", MAC2STR(addr), aid, val, name);
if (val) {
@@ -16,7 +16,7 @@
} else {
--- a/src/ap/ieee802_11.c
+++ b/src/ap/ieee802_11.c
-@@ -1559,6 +1559,9 @@ static void handle_assoc_cb(struct hosta
+@@ -1614,6 +1614,9 @@ static void handle_assoc_cb(struct hosta
"Could not add STA to kernel driver");
}