diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-08 18:35:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-08 18:35:15 +0000 |
commit | af6d19ac969a1f65c529343365047fe3987677fe (patch) | |
tree | 97770b056b8117ca2196cb9eee713ed9bbdda135 /package/hostapd/patches/350-wds_fix.patch | |
parent | 1d2f1579289116dba72e494273fbedcb09ba55af (diff) | |
download | upstream-af6d19ac969a1f65c529343365047fe3987677fe.tar.gz upstream-af6d19ac969a1f65c529343365047fe3987677fe.tar.bz2 upstream-af6d19ac969a1f65c529343365047fe3987677fe.zip |
hostapd: update to 2010-07-05
SVN-Revision: 22097
Diffstat (limited to 'package/hostapd/patches/350-wds_fix.patch')
-rw-r--r-- | package/hostapd/patches/350-wds_fix.patch | 4 |
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 7bcf410a98..3a3ee000ae 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 -@@ -4576,9 +4576,11 @@ static int i802_set_wds_sta(void *priv, +@@ -4652,9 +4652,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 -@@ -1614,6 +1614,9 @@ static void handle_assoc_cb(struct hosta +@@ -1627,6 +1627,9 @@ static void handle_assoc_cb(struct hosta "Could not add STA to kernel driver"); } |