projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: update bcma and ssb to master-2011-07-21
[openwrt.git]
/
package
/
hostapd
/
patches
/
330-multicall_bridge_fix.patch
diff --git
a/package/hostapd/patches/330-multicall_bridge_fix.patch
b/package/hostapd/patches/330-multicall_bridge_fix.patch
index
96456ea
..
350e722
100644
(file)
--- a/
package/hostapd/patches/330-multicall_bridge_fix.patch
+++ b/
package/hostapd/patches/330-multicall_bridge_fix.patch
@@
-1,6
+1,6
@@
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
--- a/src/drivers/driver_nl80211.c
+++ b/src/drivers/driver_nl80211.c
-@@ -4
64,6 +464
,10 @@ static void wpa_driver_nl80211_event_rtm
+@@ -4
75,6 +475
,10 @@ static void wpa_driver_nl80211_event_rtm
return;
}
return;
}
@@
-11,7
+11,7
@@
wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
"(%s%s%s%s)",
drv->operstate, ifi->ifi_flags,
wpa_printf(MSG_DEBUG, "RTM_NEWLINK: operstate=%d ifi_flags=0x%x "
"(%s%s%s%s)",
drv->operstate, ifi->ifi_flags,
-@@ -5
35,6 +539
,10 @@ static void wpa_driver_nl80211_event_rtm
+@@ -5
46,6 +550
,10 @@ static void wpa_driver_nl80211_event_rtm
attrlen = len;
attr = (struct rtattr *) buf;
attrlen = len;
attr = (struct rtattr *) buf;
@@
-22,8
+22,8
@@
rta_len = RTA_ALIGN(sizeof(struct rtattr));
while (RTA_OK(attr, attrlen)) {
if (attr->rta_type == IFLA_IFNAME) {
rta_len = RTA_ALIGN(sizeof(struct rtattr));
while (RTA_OK(attr, attrlen)) {
if (attr->rta_type == IFLA_IFNAME) {
-@@ -16
10,6 +1618
,11 @@ static int wpa_driver_nl80211_capa(struc
-
drv->capa.flags |= WPA_DRIVER_FLAGS_P2P_CAPABLE
;
+@@ -16
79,6 +1687
,11 @@ static int wpa_driver_nl80211_capa(struc
+
drv->capa.flags |= WPA_DRIVER_FLAGS_EAPOL_TX_STATUS
;
drv->capa.max_remain_on_chan = info.max_remain_on_chan;
+#ifdef HOSTAPD
drv->capa.max_remain_on_chan = info.max_remain_on_chan;
+#ifdef HOSTAPD
@@
-34,7
+34,7
@@
return 0;
}
return 0;
}
-@@ -5
602,8 +5615
,6 @@ static void *i802_init(struct hostapd_da
+@@ -5
715,8 +5728
,6 @@ static void *i802_init(struct hostapd_da
br_ifindex = 0;
}
br_ifindex = 0;
}
This page took
0.022232 seconds
and
4
git commands to generate.