projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b7a12
)
staging: rtl8723au: Reference correct firmwarefiles with MODULE_FIRMWARE()
author
Jes Sorensen
<
[email protected]
>
Mon, 9 Jun 2014 13:16:12 +0000
(15:16 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 17 Jun 2014 22:39:33 +0000
(15:39 -0700)
Add missing firmware references, and request the correct one.
Reported-by: Larry Finger <
[email protected]
>
Signed-off-by: Jes Sorensen <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8723au/os_dep/os_intfs.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8723au/os_dep/os_intfs.c
b/drivers/staging/rtl8723au/os_dep/os_intfs.c
index 4e32003a4437bf7140a8471cb33836cdc6148f4b..1fb34386a4e544adc6af572c6515af9255d0caf3 100644
(file)
--- a/
drivers/staging/rtl8723au/os_dep/os_intfs.c
+++ b/
drivers/staging/rtl8723au/os_dep/os_intfs.c
@@
-29,7
+29,9
@@
MODULE_AUTHOR("Realtek Semiconductor Corp.");
MODULE_AUTHOR("Larry Finger <
[email protected]
>");
MODULE_AUTHOR("Jes Sorensen <
[email protected]
>");
MODULE_VERSION(DRIVERVERSION);
-MODULE_FIRMWARE("rtlwifi/rtl8821aefw.bin");
+MODULE_FIRMWARE("rtlwifi/rtl8723aufw_A.bin");
+MODULE_FIRMWARE("rtlwifi/rtl8723aufw_B.bin");
+MODULE_FIRMWARE("rtlwifi/rtl8723aufw_B_NoBT.bin");
/* module param defaults */
static int rtw_chip_version = 0x00;