aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtlwifi/rtl8723ae/hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8723ae/hw.c')
-rw-r--r--drivers/net/wireless/rtlwifi/rtl8723ae/hw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/hw.c b/drivers/net/wireless/rtlwifi/rtl8723ae/hw.c
index 914b36f72d55..7eff1c51539c 100644
--- a/drivers/net/wireless/rtlwifi/rtl8723ae/hw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8723ae/hw.c
@@ -39,6 +39,7 @@
39#include "phy.h" 39#include "phy.h"
40#include "dm.h" 40#include "dm.h"
41#include "fw.h" 41#include "fw.h"
42#include "../rtl8723com/fw_common.h"
42#include "led.h" 43#include "led.h"
43#include "hw.h" 44#include "hw.h"
44#include "pwrseqcmd.h" 45#include "pwrseqcmd.h"
@@ -890,7 +891,7 @@ int rtl8723ae_hw_init(struct ieee80211_hw *hw)
890 return err; 891 return err;
891 } 892 }
892 893
893 err = rtl8723ae_download_fw(hw); 894 err = rtl8723_download_fw(hw, false);
894 if (err) { 895 if (err) {
895 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING, 896 RT_TRACE(rtlpriv, COMP_ERR, DBG_WARNING,
896 "Failed to download FW. Init HW without FW now..\n"); 897 "Failed to download FW. Init HW without FW now..\n");