public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* libertas sdio firmware
@ 2009-10-26  7:16 Johannes Berg
  2009-10-26 20:02 ` Dan Williams
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2009-10-26  7:16 UTC (permalink / raw)
  To: Andrey Yurovsky; +Cc: Dan Williams, linux-wireless

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

Hi,

Was just looking at the libertas driver and noticed that the SPI part
loads firmware as such:

snprintf(helper_fw, IF_SPI_FW_NAME_MAX, "libertas/gspi%d_hlp.bin", ...
etc.

while the SDIO part just uses
ret = request_firmware(&fw, card->helper, &card->func->dev);

which ends up requesting sd8686_helper.bin instead of
libertas/sd8686_helper.bin, as far as I can tell. That means the
linux-firmware git repo won't work out of the box, I think?

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-26 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26  7:16 libertas sdio firmware Johannes Berg
2009-10-26 20:02 ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox