diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-09-15 17:51:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-09-15 17:51:06 +0000 |
commit | 8cd8f6029c094611370c559de7b5bfd888ab8ad6 (patch) | |
tree | d0530b9c1446cf1fb94616f3efaf3f9cfc72898f /package/hostapd | |
parent | e4e278d82a68fcde3ad9bf6d8f773222194542a7 (diff) | |
download | upstream-8cd8f6029c094611370c559de7b5bfd888ab8ad6.tar.gz upstream-8cd8f6029c094611370c559de7b5bfd888ab8ad6.tar.bz2 upstream-8cd8f6029c094611370c559de7b5bfd888ab8ad6.zip |
hostapd: fix non-multicall wpa_supplicant compile
SVN-Revision: 23073
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/patches/430-supplicant_bridge_fix.patch | 6 |
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 483c53f9d1..feddf6fed0 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; } |