summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-15 17:51:06 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-09-15 17:51:06 +0000
commit8d0c7fef5072ce75fad4f11649557596d5d38524 (patch)
tree038875175598acd45e12068acfe2e4cc47bf70bd /package
parent52869e93433f6e2e158f8224dc03c5c11b7d4ddb (diff)
hostapd: fix non-multicall wpa_supplicant compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/hostapd/patches/430-supplicant_bridge_fix.patch6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/hostapd/patches/430-supplicant_bridge_fix.patch b/package/hostapd/patches/430-supplicant_bridge_fix.patch
index 483c53f9d..feddf6fed 100644
--- a/package/hostapd/patches/430-supplicant_bridge_fix.patch
+++ b/package/hostapd/patches/430-supplicant_bridge_fix.patch
@@ -22,17 +22,19 @@
rta_len = RTA_ALIGN(sizeof(struct rtattr));
while (RTA_OK(attr, attrlen)) {
if (attr->rta_type == IFLA_IFNAME) {
-@@ -1347,6 +1355,9 @@ static int wpa_driver_nl80211_init_nl(st
+@@ -1347,6 +1355,11 @@ static int wpa_driver_nl80211_init_nl(st
eloop_register_read_sock(nl_socket_get_fd(drv->nl_handle_event),
wpa_driver_nl80211_event_receive, drv, ctx);
++#ifdef HOSTAPD
+ drv->num_if_indices = sizeof(drv->default_if_indices) / sizeof(int);
+ drv->if_indices = drv->default_if_indices;
++#endif
+
return 0;
err4:
-@@ -4867,8 +4878,6 @@ static void *i802_init(struct hostapd_da
+@@ -4867,8 +4880,6 @@ static void *i802_init(struct hostapd_da
br_ifindex = 0;
}