linux_dsm_epyc7002/drivers/net/wireless/realtek/rtlwifi/rtl8821ae
Sven Joachim 1d9b168d8e rtlwifi: Fix fallback firmware loading
Commit f70e4df2b3 ("rtlwifi: Add code to read new versions of
firmware") added code to load an old firmware file if the new one is
not available.  Unfortunately that code is never reached because
request_firmware_nowait() does not wait for the firmware to show up
and returns 0 even if the file is not there.

Use the existing fallback mechanism introduced by commit 62009b7f12
("rtlwifi: rtl8192cu: Add new firmware") instead.

Fixes: f70e4df2b3 ("rtlwifi: Add code to read new versions of firmware")
Cc: stable@vger.kernel.org
Signed-off-by: Sven Joachim <svenjoac@gmx.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-08-03 12:36:10 +03:00
..
def.h
dm.c rtlwifi: rtl8821ae: Remove all instances of DBG_EMERG 2016-12-30 15:54:20 +02:00
dm.h
fw.c rtlwifi: Add BT_MP_INFO to c2h handler. 2017-07-28 18:16:35 +03:00
fw.h rtlwifi: Add btcoex record_pwr_mode 2017-06-21 18:28:05 +03:00
hw.c rtlwifi: rtl8821ae: Fix HW_VAR_NAV_UPPER operation 2017-07-28 18:42:59 +03:00
hw.h
led.c rtlwifi: Move items out of rtl_pci_priv and rtl_usb_priv 2017-02-08 17:24:42 +02:00
led.h
Makefile Makefile: drop -D__CHECK_ENDIAN__ from cflags 2016-12-16 00:13:43 +02:00
phy.c rtlwifi: rtl8821ae: setup 8812ae RFE according to device type 2017-04-26 11:58:03 +03:00
phy.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
pwrseq.c
pwrseq.h
reg.h rtlwifi: fix REG_USTIME_TSF register definition 2017-06-21 18:23:43 +03:00
rf.c rtlwifi: rtl8821ae: Remove all instances of DBG_EMERG 2016-12-30 15:54:20 +02:00
rf.h
sw.c rtlwifi: Fix fallback firmware loading 2017-08-03 12:36:10 +03:00
sw.h
table.c rtlwifi: Update 8812ae new phy parameters and its parser. 2017-03-20 19:10:15 +02:00
table.h rtlwifi: Update 8812ae new phy parameters and its parser. 2017-03-20 19:10:15 +02:00
trx.c rtlwifi: Add TX report and disable key to force wait until report acked. 2017-06-21 18:28:03 +03:00
trx.h rtlwifi: Add TX report and disable key to force wait until report acked. 2017-06-21 18:28:03 +03:00