On Sun, 2008-04-06 at 18:33 +0400, Artem Antonov wrote:
> I've solved my problem with this patch:
> 
> diff -urN hostap/hostapd/driver_nl80211.c
> hostap/hostapd/driver_nl80211.c
> --- hostap/hostapd/driver_nl80211.c 2008-04-05 09:00:34.000000000
> +0400
> +++ hostap/hostapd/driver_nl80211.c 2008-04-06 17:16:35.000000000
> +0400
> @@ -1689,7 +1692,8 @@
> return;
> }
> - if (have_ifidx(drv, lladdr.sll_ifindex))
> + if ((have_ifidx(drv, lladdr.sll_ifindex)) 
> + || (lladdr.sll_ifindex == if_nametoindex(hapd->conf->bridge)))
> ieee802_1x_receive(hapd, lladdr.sll_addr, buf, len);

Please post that as a usable patch to the hostapd mailing list and CC
me.

johannes

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to