I dumped a ton of Libertas firmware into linux-firmware a long time ago, but the driver was never updated to use the linux-firmware locations. Fix that. USB uses one-stage firmware so it doesn't need to use the common helper. John: this is 2.6.37 material. Dan Williams (5): libertas: [usb] use new firmware locations libertas: add two-stage firmware request helper libertas: [cs] use common firmware request helper and new firmware locations libertas: [sdio] use common firmware request helper and new firmware locations libertas: [spi] use common firmware request helper and new firmware locations drivers/net/wireless/libertas/decl.h | 13 +++ drivers/net/wireless/libertas/if_cs.c | 130 ++++++++++++++++------------ drivers/net/wireless/libertas/if_sdio.c | 143 +++++++++++++------------------ drivers/net/wireless/libertas/if_sdio.h | 4 - drivers/net/wireless/libertas/if_spi.c | 144 +++++++++++++++---------------- drivers/net/wireless/libertas/if_spi.h | 5 - drivers/net/wireless/libertas/if_usb.c | 60 +++++++++++-- drivers/net/wireless/libertas/if_usb.h | 1 + drivers/net/wireless/libertas/main.c | 105 ++++++++++++++++++++++ 9 files changed, 375 insertions(+), 230 deletions(-) -- 1.7.2.1 -- 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