summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-10-02 08:00:48 -0500
committerJohn W. Linville <linville@tuxdriver.com>2013-10-10 13:46:00 -0400
commit9f55c6201354183345fa06c6986668d159b6507f (patch)
tree0a502e363453926ec2f35f9f52e9426a58e3c0c5
parent21cf502a283937ec48bbce5a00af59e0c326ba90 (diff)
downloadlinux-9f55c6201354183345fa06c6986668d159b6507f.tar.gz
linux-9f55c6201354183345fa06c6986668d159b6507f.tar.bz2
linux-9f55c6201354183345fa06c6986668d159b6507f.zip
net: wireless: wl1251: update firmware path
TI firmwares are located under ti-connectivity directory. Update path to make sure driver can find and load firmware blob. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ti/wl1251/wl1251.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ti/wl1251/wl1251.h b/drivers/net/wireless/ti/wl1251/wl1251.h
index fd02060038de..2c3bd1bff3f6 100644
--- a/drivers/net/wireless/ti/wl1251/wl1251.h
+++ b/drivers/net/wireless/ti/wl1251/wl1251.h
@@ -424,8 +424,8 @@ void wl1251_disable_interrupts(struct wl1251 *wl);
#define CHIP_ID_1271_PG10 (0x4030101)
#define CHIP_ID_1271_PG20 (0x4030111)
-#define WL1251_FW_NAME "wl1251-fw.bin"
-#define WL1251_NVS_NAME "wl1251-nvs.bin"
+#define WL1251_FW_NAME "ti-connectivity/wl1251-fw.bin"
+#define WL1251_NVS_NAME "ti-connectivity/wl1251-nvs.bin"
#define WL1251_POWER_ON_SLEEP 10 /* in milliseconds */