From: Yegor Yefremov <[email protected]>
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 <[email protected]>
---
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
Hi Yegor,
On Wed, Mar 27, 2013, [email protected] wrote:
> 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 <[email protected]>
> ---
> tools/hciattach_ti.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied (after removing the signed-off-by line which we don't use).
Thanks.
Johan