hostapd: fix non-multicall wpa_supplicant compile
authorFelix Fietkau <nbd@openwrt.org>
Wed, 15 Sep 2010 17:51:06 +0000 (17:51 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 15 Sep 2010 17:51:06 +0000 (17:51 +0000)
SVN-Revision: 23073

package/hostapd/patches/430-supplicant_bridge_fix.patch

index 483c53f9d19ff79d9cbfcb1823873131415311a8..feddf6fed0883df5ca0737ef9a4b8a0ab4b42663 100644 (file)
        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;
        }