net: wireless: rockchip_wlan: add rtl8723cs support
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8723cs / hal / phydm / phydm_kfree.h
1
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of version 2 of the GNU General Public License as
8  * published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but WITHOUT
11  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13  * more details.
14  *
15  * You should have received a copy of the GNU General Public License along with
16  * this program; if not, write to the Free Software Foundation, Inc.,
17  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18  *
19  *
20  ******************************************************************************/
21
22 #ifndef __PHYDMKFREE_H__
23 #define    __PHYDKFREE_H__
24
25 #define KFREE_VERSION   "1.0"
26
27 enum phydm_kfree_channeltosw {
28         PHYDM_2G = 0,
29         PHYDM_5GLB1 = 1,
30         PHYDM_5GLB2 = 2,
31         PHYDM_5GMB1 = 3,
32         PHYDM_5GMB2 = 4,
33         PHYDM_5GHB = 5,
34 };
35
36
37 void
38 phydm_config_kfree(
39         void    *p_dm_void,
40         u8      channel_to_sw,
41         u8      *kfree_table
42 );
43
44
45 #endif