[PATCH] RoboSwitch driver

Jouke Witteveen j.witteveen at gmail.com
Wed Nov 19 10:22:37 EST 2008


Hello,

Thank you for reviewing and correcting the patch. The correcting part
introduced a bug though.

Line 255 of src/drivers/driver_roboswitch.c now reads:
---
   if (os_memcmp(read, addr_word, 6) == 0)
---
But the read variable was renamed _read.
This line should thus read:
---
   if (os_memcmp(_read, addr_word, 6) == 0)
---
In other words: a '_' has to be added in front of 'read'.

Thanks in advance,
Jouke Witteveen


On Tue, Nov 18, 2008 at 15:35, Jouni Malinen <j at w1.fi> wrote:
> On Fri, Nov 07, 2008 at 11:34:33AM +0100, Jouke Witteveen wrote:
>
>> Find attached the patch that creates a new driver: roboswitch. This
>> driver adds support for wired authentication with a Broadcom
>> RoboSwitch chipset. For example it is now possible to do wired
>> authentication with a Linksys WRT54G router running OpenWRT.
>
> Thanks! Applied.
>
> --
> Jouni Malinen                                            PGP id EFC895FA
> _______________________________________________
> HostAP mailing list
> HostAP at lists.shmoo.com
> http://lists.shmoo.com/mailman/listinfo/hostap
>


More information about the HostAP mailing list