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:
signature.asc
Description: This is a digitally signed message part