diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8723ae/sw.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8723ae/sw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/sw.c b/drivers/net/wireless/rtlwifi/rtl8723ae/sw.c index d9ee2efffe5f..62b204faf773 100644 --- a/drivers/net/wireless/rtlwifi/rtl8723ae/sw.c +++ b/drivers/net/wireless/rtlwifi/rtl8723ae/sw.c | |||
@@ -33,6 +33,7 @@ | |||
33 | 33 | ||
34 | #include "../core.h" | 34 | #include "../core.h" |
35 | #include "../pci.h" | 35 | #include "../pci.h" |
36 | #include "../base.h" | ||
36 | #include "reg.h" | 37 | #include "reg.h" |
37 | #include "def.h" | 38 | #include "def.h" |
38 | #include "phy.h" | 39 | #include "phy.h" |
@@ -220,7 +221,7 @@ static struct rtl_hal_ops rtl8723ae_hal_ops = { | |||
220 | .set_bw_mode = rtl8723ae_phy_set_bw_mode, | 221 | .set_bw_mode = rtl8723ae_phy_set_bw_mode, |
221 | .switch_channel = rtl8723ae_phy_sw_chnl, | 222 | .switch_channel = rtl8723ae_phy_sw_chnl, |
222 | .dm_watchdog = rtl8723ae_dm_watchdog, | 223 | .dm_watchdog = rtl8723ae_dm_watchdog, |
223 | .scan_operation_backup = rtl8723ae_phy_scan_operation_backup, | 224 | .scan_operation_backup = rtl_phy_scan_operation_backup, |
224 | .set_rf_power_state = rtl8723ae_phy_set_rf_power_state, | 225 | .set_rf_power_state = rtl8723ae_phy_set_rf_power_state, |
225 | .led_control = rtl8723ae_led_control, | 226 | .led_control = rtl8723ae_led_control, |
226 | .set_desc = rtl8723ae_set_desc, | 227 | .set_desc = rtl8723ae_set_desc, |