projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/madwifi: enable mtu & mac config options for > 2.6.29 kernels
[openwrt.git]
/
package
/
hostapd
/
patches
/
360-wds_bridge.patch
diff --git
a/package/hostapd/patches/360-wds_bridge.patch
b/package/hostapd/patches/360-wds_bridge.patch
index
d563bdb
..
4cc60de
100644
(file)
--- 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
/* clear to get error below if setting is invalid */
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -4
425,7 +4425
,8 @@ static int i802_set_sta_vlan(void *priv,
+@@ -4
642,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;
{
struct i802_bss *bss = priv;
struct wpa_driver_nl80211_data *drv = bss->drv;
-@@ -4
439,6 +4440
,10 @@ static int i802_set_wds_sta(void *priv,
+@@ -4
656,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;
if (nl80211_create_iface(drv, name, NL80211_IFTYPE_AP_VLAN,
NULL, 1) < 0)
return -1;
@@
-44,7
+44,7
@@
return i802_set_sta_vlan(priv, addr, name, 0);
--- a/src/ap/ap_drv_ops.c
+++ b/src/ap/ap_drv_ops.c
return i802_set_sta_vlan(priv, addr, name, 0);
--- a/src/ap/ap_drv_ops.c
+++ b/src/ap/ap_drv_ops.c
-@@ -2
53,9 +253
,15 @@ static int hostapd_vlan_if_remove(struct
+@@ -2
65,9 +265
,15 @@ static int hostapd_vlan_if_remove(struct
static int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr,
int aid, int val)
{
static int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr,
int aid, int val)
{
@@
-63,7
+63,7
@@
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
--- a/src/drivers/driver.h
+++ b/src/drivers/driver.h
-@@ -16
10,7 +1610
,8 @@ struct wpa_driver_ops {
+@@ -16
22,7 +1622
,8 @@ struct wpa_driver_ops {
* @val: 1 = bind to 4-address WDS; 0 = unbind
* Returns: 0 on success, -1 on failure
*/
* @val: 1 = bind to 4-address WDS; 0 = unbind
* Returns: 0 on success, -1 on failure
*/
This page took
0.022349 seconds
and
4
git commands to generate.