Re: [zd1211-devs] [PATCH] zd1211rw: fix unbalanced mutex_lock in zd_chip_led_status

2006-08-26 Thread Daniel Drake
Ulrich Kunitz wrote: > Nobody has started on the descape stack, but it is certainly > something which needs to be done in the future. Luis Rodriguez at least started on this, but has not published any code to my knowledge. Daniel

Re: [zd1211-devs] [PATCH] zd1211rw: fix unbalanced mutex_lock in zd_chip_led_status

2006-08-25 Thread Ulrich Kunitz
On 06-08-23 13:34 Maxime Austruy wrote: > Cool. Btw, are there any plans to move this code to the devicescape > 802.11 stack? I saw some patches flying around on [EMAIL PROTECTED] that add > support for LED to it. I'm guessing that this implements the blinking > that you added but in a generic way

Re: [zd1211-devs] [PATCH] zd1211rw: fix unbalanced mutex_lock in zd_chip_led_status

2006-08-22 Thread Ulrich Kunitz
On 06-08-21 22:33 Maxime Austruy wrote: > zd_chip_led_status is only used by zd_chip_led_flip which itself is not > used, yet. While it's not vital to fix bugs in those functions, it is > nice to have a clean code base, so please consider this patch for > inclusion. It addresses the following prob