staging: rtl8723au: Reference correct firmwarefiles with MODULE_FIRMWARE()
Add missing firmware references, and request the correct one. Reported-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
68b7a12047
Коммит
c44b33b721
|
@ -29,7 +29,9 @@ MODULE_AUTHOR("Realtek Semiconductor Corp.");
|
||||||
MODULE_AUTHOR("Larry Finger <Larry.Finger@lwfinger.net>");
|
MODULE_AUTHOR("Larry Finger <Larry.Finger@lwfinger.net>");
|
||||||
MODULE_AUTHOR("Jes Sorensen <Jes.Sorensen@redhat.com>");
|
MODULE_AUTHOR("Jes Sorensen <Jes.Sorensen@redhat.com>");
|
||||||
MODULE_VERSION(DRIVERVERSION);
|
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 */
|
/* module param defaults */
|
||||||
static int rtw_chip_version = 0x00;
|
static int rtw_chip_version = 0x00;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче