Hi Shahar, On Mon, Nov 29, 2010 at 5:42 AM, Shahar Levi <shahar_levi@xxxxxx> wrote: ... > -#define WL1271_FW_NAME "wl1271-fw.bin" > +#define WL1271_FW_NAME "wl1271-fw-2.bin" Changing the firmware's major version involves usability and maintainability pain to the entire wl12xx community, especially if done repeatedly, and therefore should be generally avoided. When the firmware API changes, and the old driver can't work with it anymore, then you have no choice but changing the name. But if it's just a small API extension enabling new driver functionality, you should really avoid bumping the firmware version, and instead try to dynamically detect it from the driver and act appropriately. Please explain what has exactly been changed in the firmware and let's try to find a clean solution. Thanks, Ohad. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html