.. | .. |
---|
1 | | -/****************************************************************************** |
---|
2 | | - * |
---|
3 | | - * Copyright(c) 2009-2012 Realtek Corporation. |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms of version 2 of the GNU General Public License as |
---|
7 | | - * published by the Free Software Foundation. |
---|
8 | | - * |
---|
9 | | - * This program is distributed in the hope that it will be useful, but WITHOUT |
---|
10 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
---|
11 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
---|
12 | | - * more details. |
---|
13 | | - * |
---|
14 | | - * The full GNU General Public License is included in this distribution in the |
---|
15 | | - * file called LICENSE. |
---|
16 | | - * |
---|
17 | | - * Contact Information: |
---|
18 | | - * wlanfae <wlanfae@realtek.com> |
---|
19 | | - * Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park, |
---|
20 | | - * Hsinchu 300, Taiwan. |
---|
21 | | - * |
---|
22 | | - * Larry Finger <Larry.Finger@lwfinger.net> |
---|
23 | | - * |
---|
24 | | - *****************************************************************************/ |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
---|
| 2 | +/* Copyright(c) 2009-2012 Realtek Corporation.*/ |
---|
25 | 3 | |
---|
26 | 4 | #ifndef __RTL8723E_PWRSEQ_H__ |
---|
27 | 5 | #define __RTL8723E_PWRSEQ_H__ |
---|
.. | .. |
---|
327 | 305 | [RTL8723A_TRANS_LPS_TO_ACT_STEPS + RTL8723A_TRANS_END_STEPS]; |
---|
328 | 306 | |
---|
329 | 307 | /* RTL8723 Power Configuration CMDs for PCIe interface */ |
---|
330 | | -#define Rtl8723_NIC_PWR_ON_FLOW rtl8723A_power_on_flow |
---|
331 | | -#define Rtl8723_NIC_RF_OFF_FLOW rtl8723A_radio_off_flow |
---|
332 | | -#define Rtl8723_NIC_DISABLE_FLOW rtl8723A_card_disable_flow |
---|
333 | | -#define Rtl8723_NIC_ENABLE_FLOW rtl8723A_card_enable_flow |
---|
334 | | -#define Rtl8723_NIC_SUSPEND_FLOW rtl8723A_suspend_flow |
---|
335 | | -#define Rtl8723_NIC_RESUME_FLOW rtl8723A_resume_flow |
---|
336 | | -#define Rtl8723_NIC_PDN_FLOW rtl8723A_hwpdn_flow |
---|
337 | | -#define Rtl8723_NIC_LPS_ENTER_FLOW rtl8723A_enter_lps_flow |
---|
338 | | -#define Rtl8723_NIC_LPS_LEAVE_FLOW rtl8723A_leave_lps_flow |
---|
| 308 | +#define RTL8723_NIC_PWR_ON_FLOW rtl8723A_power_on_flow |
---|
| 309 | +#define RTL8723_NIC_RF_OFF_FLOW rtl8723A_radio_off_flow |
---|
| 310 | +#define RTL8723_NIC_DISABLE_FLOW rtl8723A_card_disable_flow |
---|
| 311 | +#define RTL8723_NIC_ENABLE_FLOW rtl8723A_card_enable_flow |
---|
| 312 | +#define RTL8723_NIC_SUSPEND_FLOW rtl8723A_suspend_flow |
---|
| 313 | +#define RTL8723_NIC_RESUME_FLOW rtl8723A_resume_flow |
---|
| 314 | +#define RTL8723_NIC_PDN_FLOW rtl8723A_hwpdn_flow |
---|
| 315 | +#define RTL8723_NIC_LPS_ENTER_FLOW rtl8723A_enter_lps_flow |
---|
| 316 | +#define RTL8723_NIC_LPS_LEAVE_FLOW rtl8723A_leave_lps_flow |
---|
339 | 317 | |
---|
340 | 318 | #endif |
---|