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" <inaky at linux.intel.com>: > Hi All > > Release v1.5 of the Intel WiMAX stack has been posted to the > linuxwimax.org website. -- Dmitry Teplitsky -------------- next part -------------- A non-text attachment was scrubbed... Name: compat-wimax.patch.gz Type: application/x-download Size: 420 bytes Desc: not available URL: <http://lists.linuxwimax.org/pipermail/wimax/attachments/20100617/b1f13cda/attachment.bin>