GNU Linux-libre 4.14.290-gnu1
[releases.git] / drivers / staging / rtlwifi / phydm / phydm_dynamictxpower.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2016  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  *****************************************************************************/
25
26 #ifndef __PHYDMDYNAMICTXPOWER_H__
27 #define __PHYDMDYNAMICTXPOWER_H__
28
29 /*#define DYNAMIC_TXPWR_VERSION "1.0"*/
30 /*#define DYNAMIC_TXPWR_VERSION "1.3" */ /*2015.08.26, Add 8814 Dynamic TX pwr*/
31 #define DYNAMIC_TXPWR_VERSION "1.4" /*2015.11.06,Add CE 8821A Dynamic TX pwr*/
32
33 #define TX_POWER_NEAR_FIELD_THRESH_LVL2 74
34 #define TX_POWER_NEAR_FIELD_THRESH_LVL1 60
35
36 #define tx_high_pwr_level_normal 0
37 #define tx_high_pwr_level_level1 1
38 #define tx_high_pwr_level_level2 2
39
40 #define tx_high_pwr_level_bt1 3
41 #define tx_high_pwr_level_bt2 4
42 #define tx_high_pwr_level_15 5
43 #define tx_high_pwr_level_35 6
44 #define tx_high_pwr_level_50 7
45 #define tx_high_pwr_level_70 8
46 #define tx_high_pwr_level_100 9
47
48 void odm_dynamic_tx_power_init(void *dm_void);
49
50 void odm_dynamic_tx_power_restore_power_index(void *dm_void);
51
52 void odm_dynamic_tx_power_nic(void *dm_void);
53
54 void odm_dynamic_tx_power_save_power_index(void *dm_void);
55
56 void odm_dynamic_tx_power_write_power_index(void *dm_void, u8 value);
57
58 void odm_dynamic_tx_power_8821(void *dm_void, u8 *desc, u8 mac_id);
59
60 void odm_dynamic_tx_power(void *dm_void);
61
62 void odm_dynamic_tx_power_ap(void *dm_void);
63
64 #endif