net: wireless: rockchip: add rtl8822be pcie wifi driver
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rtl8822be / hal / phydm / phydm_kfree.h
diff --git a/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/phydm_kfree.h b/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/phydm_kfree.h
new file mode 100644 (file)
index 0000000..d95e7cb
--- /dev/null
@@ -0,0 +1,45 @@
+\r
+/******************************************************************************\r
+ *\r
+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.\r
+ *                                        \r
+ * This program is free software; you can redistribute it and/or modify it\r
+ * under the terms of version 2 of the GNU General Public License as\r
+ * published by the Free Software Foundation.\r
+ *\r
+ * This program is distributed in the hope that it will be useful, but WITHOUT\r
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\r
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\r
+ * more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License along with\r
+ * this program; if not, write to the Free Software Foundation, Inc.,\r
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA\r
+ *\r
+ *\r
+ ******************************************************************************/\r
+\r
+#ifndef        __PHYDMKFREE_H__\r
+#define    __PHYDKFREE_H__\r
+\r
+#define KFREE_VERSION  "1.0"\r
+\r
+typedef enum tag_phydm_kfree_channeltosw {\r
+       PHYDM_2G = 0,\r
+       PHYDM_5GLB1 = 1,\r
+       PHYDM_5GLB2 = 2,\r
+       PHYDM_5GMB1 = 3,\r
+       PHYDM_5GMB2 = 4,\r
+       PHYDM_5GHB = 5,\r
+} PHYDM_KFREE_CHANNELTOSW;\r
+\r
+\r
+VOID\r
+phydm_ConfigKFree(\r
+       IN      PVOID   pDM_VOID,\r
+       IN      u1Byte  channelToSW,\r
+       IN      pu1Byte kfreeTable\r
+);\r
+\r
+\r
+#endif\r