From: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> Change firmware path to /lib/firmware/ti-connectivity/ to be conform with linux-firmware folder structure. All wl1xxx firmware resides in ti-connectivity. See linux-firmware repository https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/ for reference. Signed-off-by: Yegor Yefremov <yegorslists@xxxxxxxxxxxxxx> --- tools/hciattach_ti.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/hciattach_ti.c b/tools/hciattach_ti.c index b57c6b7..8322b45 100644 --- a/tools/hciattach_ti.c +++ b/tools/hciattach_ti.c @@ -55,7 +55,7 @@ #define TI_MANUFACTURER_ID 13 -#define FIRMWARE_DIRECTORY "/lib/firmware/" +#define FIRMWARE_DIRECTORY "/lib/firmware/ti-connectivity/" #define ACTION_SEND_COMMAND 1 #define ACTION_WAIT_EVENT 2 -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html