staging: rtl8723au: Request correct firmware file for A-cut parts
The filename requested by the driver didn't match what we had sitting in /lib/firmware/ Reported-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7171511eae
commit
68b7a12047
|
@ -298,7 +298,7 @@ int rtl8723a_FirmwareDownload(struct rtw_adapter *padapter)
|
|||
RT_TRACE(_module_hal_init_c_, _drv_info_, ("+%s\n", __func__));
|
||||
|
||||
if (IS_8723A_A_CUT(pHalData->VersionID)) {
|
||||
fw_name = "rtlwifi/rtl8723aufw.bin";
|
||||
fw_name = "rtlwifi/rtl8723aufw_A.bin";
|
||||
RT_TRACE(_module_hal_init_c_, _drv_info_,
|
||||
("rtl8723a_FirmwareDownload: R8723FwImageArray_UMC "
|
||||
"for RTL8723A A CUT\n"));
|
||||
|
|
Loading…
Reference in New Issue