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