aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/330-multicall_bridge_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-21 23:02:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-21 23:02:12 +0000
commit0e823a1b023430d1a8a67ccb6ffb03f4b4ab269d (patch)
treeaf87a6ddbfebb2854365648555520af4d5bc4570 /package/hostapd/patches/330-multicall_bridge_fix.patch
parent17057a805e54103d740d3499c013d5a0b0b4c1ea (diff)
downloadmaster-187ad058-0e823a1b023430d1a8a67ccb6ffb03f4b4ab269d.tar.gz
master-187ad058-0e823a1b023430d1a8a67ccb6ffb03f4b4ab269d.tar.bz2
master-187ad058-0e823a1b023430d1a8a67ccb6ffb03f4b4ab269d.zip
hostapd: update to 2011-02-21, use PKG_MIRROR_MD5SUM, includes fixes for WPS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26261 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 5e930f7288..96456ea728 100644
--- a/package/hostapd/patches/330-multicall_bridge_fix.patch
+++ b/package/hostapd/patches/330-multicall_bridge_fix.patch
@@ -22,9 +22,9 @@
rta_len = RTA_ALIGN(sizeof(struct rtattr));
while (RTA_OK(attr, attrlen)) {
if (attr->rta_type == IFLA_IFNAME) {
-@@ -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;
+@@ -1610,6 +1618,11 @@ static int wpa_driver_nl80211_capa(struc
+ drv->capa.flags |= WPA_DRIVER_FLAGS_P2P_CAPABLE;
+ drv->capa.max_remain_on_chan = info.max_remain_on_chan;
+#ifdef HOSTAPD
+ drv->num_if_indices = sizeof(drv->default_if_indices) / sizeof(int);
@@ -34,7 +34,7 @@
return 0;
}
-@@ -5561,8 +5574,6 @@ static void *i802_init(struct hostapd_da
+@@ -5602,8 +5615,6 @@ static void *i802_init(struct hostapd_da
br_ifindex = 0;
}