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/360-wds_bridge.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/360-wds_bridge.patch')
-rw-r--r-- | package/hostapd/patches/360-wds_bridge.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/360-wds_bridge.patch b/package/hostapd/patches/360-wds_bridge.patch index 48867922b1..4cc60de063 100644 --- a/package/hostapd/patches/360-wds_bridge.patch +++ b/package/hostapd/patches/360-wds_bridge.patch @@ -21,7 +21,7 @@ /* clear to get error below if setting is invalid */ --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c -@@ -4566,7 +4566,8 @@ static int i802_set_sta_vlan(void *priv, +@@ -4642,7 +4642,8 @@ static int i802_set_sta_vlan(void *priv, } @@ -31,7 +31,7 @@ { struct i802_bss *bss = priv; struct wpa_driver_nl80211_data *drv = bss->drv; -@@ -4580,6 +4581,10 @@ static int i802_set_wds_sta(void *priv, +@@ -4656,6 +4657,10 @@ static int i802_set_wds_sta(void *priv, if (nl80211_create_iface(drv, name, NL80211_IFTYPE_AP_VLAN, NULL, 1) < 0) return -1; |