summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/330-multicall_bridge_fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-24 18:54:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-24 18:54:20 +0000
commit706010dbe1c98d4737f142ac402a6d86f6709f4e (patch)
treec589f787ab838648efa5f3c81fd0abf1c9e058ba /package/hostapd/patches/330-multicall_bridge_fix.patch
parent6f72126ba8327e5de3ca3a3946172544d938a8dd (diff)
hostapd: update to 20110117
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25094 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/330-multicall_bridge_fix.patch')
-rw-r--r--package/hostapd/patches/330-multicall_bridge_fix.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/hostapd/patches/330-multicall_bridge_fix.patch b/package/hostapd/patches/330-multicall_bridge_fix.patch
index 36f275779..5e930f728 100644
--- 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
-@@ -452,6 +452,10 @@ static void wpa_driver_nl80211_event_rtm
+@@ -464,6 +464,10 @@ static void wpa_driver_nl80211_event_rtm
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,
-@@ -523,6 +527,10 @@ static void wpa_driver_nl80211_event_rtm
+@@ -535,6 +539,10 @@ static void wpa_driver_nl80211_event_rtm
attrlen = len;
attr = (struct rtattr *) buf;
@@ -22,7 +22,7 @@
rta_len = RTA_ALIGN(sizeof(struct rtattr));
while (RTA_OK(attr, attrlen)) {
if (attr->rta_type == IFLA_IFNAME) {
-@@ -1490,6 +1498,11 @@ static int wpa_driver_nl80211_capa(struc
+@@ -1589,6 +1597,11 @@ static int wpa_driver_nl80211_capa(struc
drv->capa.flags |= WPA_DRIVER_FLAGS_P2P_CAPABLE;
drv->capa.max_remain_on_chan = 5000;
@@ -34,7 +34,7 @@
return 0;
}
-@@ -5162,8 +5175,6 @@ static void *i802_init(struct hostapd_da
+@@ -5561,8 +5574,6 @@ static void *i802_init(struct hostapd_da
br_ifindex = 0;
}