The compat-kernel module hasn't been updated yet due to lack of time,
but as soon as I get a break to do so, it'll include these changes.

Thank you!

On Thu, 2010-06-17 at 12:46 +0400, Дмитрий Теплицкий wrote: 
> Little bug in compat kernel module:
> 
> for 5x50 cards kernel module loads 1.4 firmware. With this bug 1.5 don't work 
> with 5x50 cards at all (tested with Yota and Comstar carriers)
> 
> /* Our firmware file name */
> static const char *i2400mu_bus_fw_names_5x50[] = {
> #define I2400MU_FW_FILE_NAME_v1_4 "i2400m-fw-usb-1.4.sbcf"
>         I2400MU_FW_FILE_NAME_v1_4,
>         NULL,
> };
> 
> 
> static const char *i2400mu_bus_fw_names_6050[] = {
> #define I6050U_FW_FILE_NAME_v1_5 "i6050-fw-usb-1.5.sbcf"
>         I6050U_FW_FILE_NAME_v1_5,
>         NULL,
> };
> 
> patch attached
> 
> 14.05.10, 12:49, "Inaky Perez-Gonzalez" <[email protected]>:
> 
> > Hi All
> >  
> >  Release v1.5 of the Intel WiMAX stack has been posted to the
> >  linuxwimax.org website.
> 
> 
> -- 
> Dmitry Teplitsky



_______________________________________________
wimax mailing list
[email protected]
http://lists.linuxwimax.org/listinfo/wimax

Reply via email to