Merge pull request #2380 from adamg88/le90_ssv6xxx_fix

ssv6xxx-aml: fix firmware paths
This commit is contained in:
Radostan Riedel 2018-01-05 17:47:01 +01:00 committed by GitHub
commit eba7740131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ index 6c3a823..9c623a0 100755
##################################################
-firmware_path = /system/etc/wifi/ssv6051/
+firmware_path = /usr/lib/firmware/
+firmware_path = /usr/lib/firmware/ssv6051/
############################################################
# MAC address
@ -80,7 +80,7 @@ index ff4305e..375827f 100755
MODULE_DESCRIPTION("Shared library for SSV wireless LAN cards.");
MODULE_LICENSE("Dual BSD/GPL");
-static char *stacfgpath = NULL;
+static char *stacfgpath = "/usr/lib/firmware/ssv6051-wifi.cfg";
+static char *stacfgpath = "/usr/lib/firmware/ssv6051/ssv6051-wifi.cfg";
EXPORT_SYMBOL(stacfgpath);
module_param(stacfgpath, charp, 0000);
MODULE_PARM_DESC(stacfgpath, "Get path of sta cfg");