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

Attachment: compat-wimax.patch.gz
Description: application/download

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

Reply via email to